1
0
Fork 0

Update app.js

master
nujw 2021-02-04 17:39:16 +13:00 committed by GitHub
parent 50f6075d40
commit 6500199663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -387,10 +387,12 @@ var SCREENACCESS = {
request:function(){
this.withApp=false;
stopDraw();
clearWatch();
},
release:function(){
this.withApp=true;
startDraw();
setButtons();
}
};
@ -412,3 +414,4 @@ onGPS(lf);
Bangle.on('GPS', onGPS);
setButtons();
setInterval(updateClock, 30000);