Restarting Odometer to non-zero value

Yay! Can’t wait to try this out when I will be switching between books the next time.

Also to clean up my logs that up to now had 4 datapoints every time I switched between books to a non-zero value. If anybody has also been using the algorithm we figured out in this thread years ago, and your logs looked like this:

200
0 @TARE
-14
0 @TARE
14

Here’s the order in which cleaning up this mess to the new order won’t derail you:

  1. remove the 0 between the -14 and 14

  2. remove the -14

  3. add the @TARE tag to 14

  4. remove the remaining 0.

1 Like