sensortools - Fix changingfix emulation

pull/2812/head
Martin Boonk 2023-06-11 20:43:56 +02:00
parent 9642b546e2
commit c8070a7d14
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ exports.enable = () => {
let currentAlt=500;
let currentSats=5;
(() => {
modGps(() => {
currentLat += 0.01;
if (currentLat > 50) currentLat = 20;
currentLon += 0.01;