Reparem el botó que no va

pull/3175/head
Enric Pineda 2024-01-31 15:24:38 +01:00 committed by GitHub
parent 58a3004b91
commit c4dcec8997
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ setTimeout(drawWidgets, 100);
Bangle.on('lcdPower', function(on) { Bangle.on('lcdPower', function(on) {
if (on) { if (on) {
drawWidgets(); drawWidgets();
drawSimpleClock(); //drawSimpleClock();
} }
}); });