From fd31dcd9720568e112f989e4cef072272bd39364 Mon Sep 17 00:00:00 2001 From: Ben Jabituya <74158243+jabituyaben@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:09:53 +0100 Subject: [PATCH] Update app.js --- apps/hrrawexp/app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/hrrawexp/app.js b/apps/hrrawexp/app.js index 71b3023ac..2084e4943 100644 --- a/apps/hrrawexp/app.js +++ b/apps/hrrawexp/app.js @@ -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){