Update lib.js

master
KungPhoo 2022-03-29 07:54:18 +02:00
parent 5ff8ab62a2
commit 30c946ceaa
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ exports.pushMessage = function(event) {
WIDGETS.messages.buzz();
if(unlockWatch != false){
Bangle.setLocked(false);
Bangle.setLCDPower(1); // turn screen on
}
}
// after a delay load the app, to ensure we have all the messages