You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had to reset my watch about once a day for the last week or so (usually to fix random Bluetooth connectivity issues). When this happens, my daily step count is reset. It would be really nice if it were possible to persist the step count across resets.
The text was updated successfully, but these errors were encountered:
Yes, right now, the step counter is re-initialized on every reset, which also reset the step count.
One way to achieve this would be to probe the bma42x on reset to determine if it's already initialized or not. In theory, the fw should have to init the chip only on cold boot (due to power loss). On reset, the chip should be alreay initialized.
Another way to do it would be to store the step count in persistent storage, now that we have littlefs integrated and use this value as an offset to the value measured by the sensor.
I've had to reset my watch about once a day for the last week or so (usually to fix random Bluetooth connectivity issues). When this happens, my daily step count is reset. It would be really nice if it were possible to persist the step count across resets.
The text was updated successfully, but these errors were encountered: