Update app.js

master
nujw 2021-01-28 19:35:35 +13:00 committed by GitHub
parent ac9122fac2
commit 29c00f1379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -450,3 +450,4 @@ Bangle.on('GPS', onGPS);
Bangle.setGPSPower(1); Bangle.setGPSPower(1);
setButtons(); setButtons();
setInterval(updateClock, 30000); setInterval(updateClock, 30000);