2022-07-19 08:05:34 +00:00
|
|
|
0.01: Initial code
|
2022-07-20 10:00:51 +00:00
|
|
|
|
|
|
|
0.05:
|
|
|
|
* We now buzz before reaching a waypoint.
|
|
|
|
* Display is only updated when not locked.
|
|
|
|
* We detect leaving path and finding path again.
|
|
|
|
* We display remaining distance to next point.
|
|
|
|
|
|
|
|
0.06:
|
2022-07-20 15:57:38 +00:00
|
|
|
* Special display for points with steep turns.
|
|
|
|
* Buzz on points with steep turns and unlock.
|
|
|
|
* Losing gps is now displayed.
|
2022-07-20 13:09:25 +00:00
|
|
|
|
|
|
|
0.07:
|
|
|
|
* We now use orientation to detect current segment
|
|
|
|
when segments overlap going in both directions.
|
|
|
|
* File format is now versioned.
|
2022-07-20 15:57:38 +00:00
|
|
|
|
|
|
|
0.08:
|
|
|
|
* Don't use gps course anymore but figure it from previous positions.
|
|
|
|
* Bugfix: path colors are back.
|
|
|
|
* Always buzz when reaching waypoint even if unlocked.
|
2022-07-21 10:35:24 +00:00
|
|
|
|
|
|
|
0.09:
|
|
|
|
* We now display interest points.
|
2022-07-21 13:09:16 +00:00
|
|
|
* Menu to choose which file to load.
|
2022-07-21 15:58:12 +00:00
|
|
|
|
|
|
|
0.10:
|
|
|
|
* Display performances enhancement.
|
2022-07-22 05:02:45 +00:00
|
|
|
* Waypoints information is embedded in file and extracted from comments on
|
|
|
|
points.
|
2022-07-22 07:49:33 +00:00
|
|
|
* Bugfix in map display (last segment was missing + wrong colors).
|
2022-07-22 11:50:53 +00:00
|
|
|
* Waypoint detections using OSM + sharp angles
|
|
|
|
* New algorith for direction detection
|
2022-07-23 06:41:23 +00:00
|
|
|
|
|
|
|
0.11:
|
|
|
|
* Better fonts (more free space, still readable).
|
2022-07-23 09:00:59 +00:00
|
|
|
* Display direction to nearest point when lost.
|
2022-07-23 14:25:38 +00:00
|
|
|
* Display average speed.
|
2022-07-26 07:44:42 +00:00
|
|
|
* Turn off gps when locked and between points
|
2022-07-26 14:59:04 +00:00
|
|
|
|
|
|
|
0.12:
|
|
|
|
* Bugfix in speed computation.
|