mirror of https://github.com/espruino/BangleApps
Update app.js
parent
fd31dcd972
commit
fbcc56a09c
|
@ -870,6 +870,7 @@ Bangle.setUI("clock");
|
|||
autoUpdate();
|
||||
|
||||
setWatch(SwitchSensorState, BTN1, { repeat: true });
|
||||
setWatch(autoUpdate, BTN2, { repeat: true });
|
||||
|
||||
// Show launcher when button pressed
|
||||
//Bangle.setClockMode();
|
||||
|
|
Loading…
Reference in New Issue