Update app.js

pull/668/head
nujw 2021-02-05 09:35:29 +13:00 committed by GitHub
parent d228eb3c2b
commit 7fb03ff900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ function setLpMode(on) {
s.gpsservice = true;
s.power_mode = (on)?'PSMOO':'SuperE';
print( s.power_mode );
print( s );
WIDGETS.gpsservice.gps_set_settings(s);
WIDGETS.gpsservice.reload();