Clock update to 10 secs

pull/684/head
nujw 2021-02-21 10:39:01 +13:00
parent 109850bc89
commit 2c0cff2b2c
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
Speed and Altitude [speedalt]
Mike Bennett mike[at]kereru.com
1.16 : Use new GPS settings module
1.21 : Third mode large clock display
*/
var v = '1.21';
var buf = Graphics.createArrayBuffer(240,160,2,{msb:true});
@ -454,4 +455,4 @@ else {
Bangle.on('GPS', onGPS);
setButtons();
setInterval(updateClock, 30000);
setInterval(updateClock, 10000);