Minor changes

pull/2153/head
David Peer 2022-09-28 21:52:30 +02:00
parent 742e5d462f
commit 3ae639f990
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* Includes
*/
const locale = require('locale');
const ts = 200;
const ts = 150;
/************************************************
* Assets
@ -137,6 +137,10 @@ Bangle.on('lcdPower',on=>{
Bangle.on('lock', function(isLocked) {
if(isLocked){
return;
}
if (drawTimeout) clearTimeout(drawTimeout);
drawTimeout = undefined;