2020-04-19 16:03:14 +00:00
|
|
|
0.01: First release
|
2020-06-04 20:35:50 +00:00
|
|
|
0.02: Bugfix time: Reset minutes to 0 when hitting 60
|
2020-07-17 07:11:31 +00:00
|
|
|
0.03: Fix distance >=10 km (fix #529)
|
2020-07-17 07:23:13 +00:00
|
|
|
0.04: Use offscreen buffer for flickerless updates
|
2020-08-25 22:25:11 +00:00
|
|
|
0.05: Complete rewrite. New UI, GPS & HRM Kalman filters, activity logging
|
2021-01-13 22:34:49 +00:00
|
|
|
0.06: Reading HDOP directly from the GPS event (needs Espruino 2v07 or above)
|
2021-01-26 08:59:16 +00:00
|
|
|
0.07: Fixed GPS update, added guards against NaN values
|
2021-02-01 15:46:33 +00:00
|
|
|
0.08: Fix issue with GPS coordinates being wrong after the first one
|
2021-02-02 09:58:40 +00:00
|
|
|
0.09: Another GPS fix (log raw coordinates - not filtered ones)
|
2021-02-22 15:10:30 +00:00
|
|
|
0.10: Removed kalman filtering to allow distance log to work
|
|
|
|
Only log data every 5 seconds (not 1 sec)
|
|
|
|
Don't create a file until the first log entry is ready
|
2021-02-22 15:36:56 +00:00
|
|
|
Add labels for buttons
|