1
0
Fork 0

Update app.js

master
nujw 2021-02-05 10:43:15 +13:00 committed by GitHub
parent 569b08200c
commit 0520d9a207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -206,10 +206,6 @@ function onGPS(fix) {
fix.satellites = 12;
fix.time = new Date();
}
print(fix.fix+' '+fix.alt);
if (fix.fix) lf = fix;
doFix();
@ -371,9 +367,6 @@ function setLpMode(on) {
var s = WIDGETS.gpsservice.gps_get_settings();
s.gpsservice = true;
s.power_mode = (on)?'PSMOO':'SuperE';
print('[b] '+s.power_mode);
WIDGETS.gpsservice.gps_set_settings(s);
WIDGETS.gpsservice.reload();
}