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