Update boot.js

master
RKBoss6 2025-07-10 17:21:58 -04:00 committed by GitHub
parent 9cdb4278a9
commit d4290f1f80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ require("Storage").writeJSON("setting.json", s);
let unlockedWithLongPress = false;
const longPressTime=300; //(ms)
const longPressTime=400; //(ms)
Bangle.on('lock', function(isLocked) {
Bangle.setLCDBrightness(0);