Update boot.js

Co-authored-by: Rob Pilling <robpilling@gmail.com>
master
RKBoss6 2025-07-28 17:09:31 -04:00 committed by GitHub
parent 80b13dbaf0
commit 663480b076
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
s.brightness = 0;
require("Storage").writeJSON("setting.json", s);
//remove large settings object from memory
s=null;
delete s;
const longPressTime=400; //(ms)
Bangle.on('lock', function(isLocked) {