Update app.js

pull/3049/head
Ben Jabituya 2023-10-18 21:30:33 +01:00 committed by GitHub
parent fbcc56a09c
commit 11aa21386f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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();