mirror of https://github.com/espruino/BangleApps
minor stuff
parent
9fb484a6b1
commit
a93fc07bd8
|
@ -1,7 +1,7 @@
|
||||||
# Gipy
|
# Gipy
|
||||||
|
|
||||||
Development still in progress. Follow compressed gpx traces.
|
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
|
## Usage
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
let simulated = true;
|
let simulated = false;
|
||||||
|
|
||||||
class Status {
|
class Status {
|
||||||
constructor(path) {
|
constructor(path) {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "gipy",
|
"id": "gipy",
|
||||||
"name": "Gipy",
|
"name": "Gipy",
|
||||||
"shortName": "Gipy",
|
"shortName": "Gipy",
|
||||||
"version": "0.03",
|
"version": "0.04",
|
||||||
"description": "Follow gpx files",
|
"description": "Follow gpx files",
|
||||||
"allow_emulator":false,
|
"allow_emulator":false,
|
||||||
"icon": "gipy.png",
|
"icon": "gipy.png",
|
||||||
|
|
Loading…
Reference in New Issue