Update app.js

master
nujw 2021-02-04 22:24:30 +13:00 committed by GitHub
parent d20fb4cd53
commit cf08ec851d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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