forked from FOSS/BangleApps
commit
5208b9bc01
|
@ -1,3 +1,12 @@
|
|||
0.01: Initial import.
|
||||
0.02: Add swipe to change screens.
|
||||
0.03: Misc memory and screen optimisations.
|
||||
0.02: Misc development.
|
||||
0.03: Enable screen off.
|
||||
0.04: Vibrate once on no fix, twice on fix.
|
||||
0.05: Add setting to turn vibrate on/off.
|
||||
0.06: Tweaks to vibration settings.
|
||||
0.07: Switch to BTN1 for Max toggle and reset function.
|
||||
0.08: New features. Added waypoints file and distance to selected waypoint display. Added integration with GPS Setup module to switch GPS to low power mode when screen off. Save display settings and restore when app restarted.
|
||||
0.09: Add third screen mode with large clock and waypoint selection display to ease visibility in bright daylight.
|
||||
0.10: Add Kalman filter to smooth the speed and altitude values. Can be disabled in settings.
|
||||
1.06: Misc memory and screen optimisations.
|
||||
1.10: Adds Kalman filter.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"id": "speedalt2",
|
||||
"name": "GPS Adventure Sports II",
|
||||
"shortName":"GPS Adv Sport II",
|
||||
"version":"0.03",
|
||||
"version":"1.10",
|
||||
"description": "GPS speed, altitude and distance to waypoint display. Designed for easy viewing and use during outdoor activities such as para-gliding, hang-gliding, sailing, cycling etc.",
|
||||
"icon": "app.png",
|
||||
"type": "app",
|
||||
|
|
Loading…
Reference in New Issue