Revert back the latest formatting of berlin-clock author.

pull/450/head
Tuukka Ikkala 2020-05-26 18:16:29 +03:00
parent d1b890c49a
commit 2a81ad52f9
1 changed files with 4 additions and 3 deletions

View File

@ -88,9 +88,10 @@ Bangle.on('lcdPower', (on) => {
g.clear();
if (on) {
Bangle.drawWidgets();
// call your app function here
drawBerlinClock();
}});
// call your app function here
drawBerlinClock();
}
});
// refesh every 15 sec
setInterval(drawBerlinClock, 15E3);