mirror of https://github.com/espruino/BangleApps
waypoints: mark this as 0.05 version
parent
5219dc25df
commit
93076f12d5
|
@ -3,3 +3,4 @@
|
|||
0.03: Do not register as type waypoint - show in launcher
|
||||
Fixes for Bangle.js 1 & not installed textinput
|
||||
0.04: Minor code improvements
|
||||
0.05: Implement navigation to waypoint
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ "id": "waypoints",
|
||||
"name": "Waypoints",
|
||||
"version": "0.04",
|
||||
"version": "0.05",
|
||||
"description": "Provides 'waypoints.json' used by various navigation apps, as well as a way to edit it from the App Loader or from the device",
|
||||
"icon": "app.png",
|
||||
"tags": "tool,outdoors,gps",
|
||||
|
|
|
@ -515,7 +515,6 @@ function goTo() {
|
|||
g.clear();
|
||||
la.render();
|
||||
|
||||
|
||||
updateGoto();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue