1
0
Fork 0

Update app.js

master
Ben Jabituya 2023-10-17 16:09:53 +01:00 committed by GitHub
parent ce96202fe4
commit fd31dcd972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -127,9 +127,9 @@ var HRConfidence = 0;
update_timer();
setWatch(btn1Pressed, BTN1, { repeat: true });
setWatch(btn2Pressed, BTN2, { repeat: true });
setWatch(btn3Pressed, BTN3, { repeat: true });
setWatch(btn1Pressed, btn2Pressed, { repeat: true });
//setWatch(btn2Pressed, BTN2, { repeat: true });
//setWatch(btn3Pressed, BTN3, { repeat: true });
Bangle.on("swipe",function(directionLR, directionUD){
if (1==directionLR){