Merge branch 'eslint' into eslint-indent

pull/451/head
Tuukka Ikkala 2020-05-26 18:20:01 +03:00
commit d2d0027801
1 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,8 @@ Bangle.on('lcdPower', (on) => {
Bangle.drawWidgets();
// call your app function here
drawBerlinClock();
}});
}
});
// refesh every 15 sec
setInterval(drawBerlinClock, 15E3);