From 35ed55a24e63a5964e6b8dd7d41f5dfb11061dc7 Mon Sep 17 00:00:00 2001 From: Ben Jabituya <74158243+jabituyaben@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:32:46 +0100 Subject: [PATCH] Update app.js --- apps/astral/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/astral/app.js b/apps/astral/app.js index 3030c1e60..88f3f7e0d 100644 --- a/apps/astral/app.js +++ b/apps/astral/app.js @@ -871,7 +871,7 @@ autoUpdate(); setWatch(SwitchSensorState, BTN1, { repeat: true }); if(process.env.HWVERSION != 2) - setWatch(autoUpdate, BTN2, { repeat: true }); + setWatch(autoUpdate, BTN3, { repeat: true }); // Show launcher when button pressed //Bangle.setClockMode();