minor stuff

pull/2234/head
frederic wagner 2022-07-18 17:11:41 +02:00
parent 9fb484a6b1
commit a93fc07bd8
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
let simulated = true;
let simulated = false;
class Status {
constructor(path) {

View File

@ -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",