forked from SeattleTestbed/repy_v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
A minor enhancement to consider: The step sensor
returns the number of steps taken by the user since the last reboot while activated
(see Android docs), so it may happen that a vessel's first reading of the step sensor is a large value already. That doesn't invalidate the reading, but it gives some insight into the device's usage history.
We could offset the step counter value with the (negative) value at vessel start, just as we do for the sensor event timestamps that Repy sees.
Reactions are currently unavailable