Skip to content

Commit 357932c

Browse files
author
thyttan
committed
msgtwscr: unlock the watch on twist as well
Maybe implement this in a separate app instead.
1 parent 2434711 commit 357932c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/msgtwscr/boot.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
function onTwistEmitDrag() {
2020
Bangle.setOptions({twistThreshold:2500, twistMaxY:-800, twistTimeout:400});
2121
Bangle.on("twist", ()=>{
22+
Bangle.setLocked(false);
23+
Bangle.setLCDPower(true);
2224
let i = 25;
2325
const int = setInterval(() => {
2426
Bangle.emit("drag", {dy:-3})

0 commit comments

Comments
 (0)