diff --git a/apps/astral/app.js b/apps/astral/app.js index 1e74eb300..3030c1e60 100644 --- a/apps/astral/app.js +++ b/apps/astral/app.js @@ -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();