mirror of https://github.com/espruino/BangleApps
sensortools - Fix changingfix emulation
parent
9642b546e2
commit
c8070a7d14
|
@ -275,7 +275,7 @@ exports.enable = () => {
|
||||||
let currentAlt=500;
|
let currentAlt=500;
|
||||||
let currentSats=5;
|
let currentSats=5;
|
||||||
|
|
||||||
(() => {
|
modGps(() => {
|
||||||
currentLat += 0.01;
|
currentLat += 0.01;
|
||||||
if (currentLat > 50) currentLat = 20;
|
if (currentLat > 50) currentLat = 20;
|
||||||
currentLon += 0.01;
|
currentLon += 0.01;
|
||||||
|
|
Loading…
Reference in New Issue