forked from FOSS/BangleApps
Update app.js
parent
9c7e8e168a
commit
35ed55a24e
|
@ -871,7 +871,7 @@ autoUpdate();
|
||||||
|
|
||||||
setWatch(SwitchSensorState, BTN1, { repeat: true });
|
setWatch(SwitchSensorState, BTN1, { repeat: true });
|
||||||
if(process.env.HWVERSION != 2)
|
if(process.env.HWVERSION != 2)
|
||||||
setWatch(autoUpdate, BTN2, { repeat: true });
|
setWatch(autoUpdate, BTN3, { repeat: true });
|
||||||
|
|
||||||
// Show launcher when button pressed
|
// Show launcher when button pressed
|
||||||
//Bangle.setClockMode();
|
//Bangle.setClockMode();
|
||||||
|
|
Loading…
Reference in New Issue