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 currentSats=5;
|
||||
|
||||
(() => {
|
||||
modGps(() => {
|
||||
currentLat += 0.01;
|
||||
if (currentLat > 50) currentLat = 20;
|
||||
currentLon += 0.01;
|
||||
|
|
Loading…
Reference in New Issue