mirror of https://github.com/espruino/BangleApps
minor stuff
parent
9fb484a6b1
commit
a93fc07bd8
|
@ -1,7 +1,7 @@
|
|||
# Gipy
|
||||
|
||||
Development still in progress. Follow compressed gpx traces.
|
||||
Warns you before reaching intersections and tries to turn off gps.
|
||||
Will warn you before reaching intersections and try to turn off gps.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
let simulated = true;
|
||||
let simulated = false;
|
||||
|
||||
class Status {
|
||||
constructor(path) {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"id": "gipy",
|
||||
"name": "Gipy",
|
||||
"shortName": "Gipy",
|
||||
"version": "0.03",
|
||||
"version": "0.04",
|
||||
"description": "Follow gpx files",
|
||||
"allow_emulator":false,
|
||||
"icon": "gipy.png",
|
||||
|
|
Loading…
Reference in New Issue