From e48bf9873951674c655f42f9628d3049a113f6ad Mon Sep 17 00:00:00 2001 From: Hank Date: Tue, 5 Jul 2022 12:05:17 +0200 Subject: [PATCH] Fix tabs --- apps/hidcam/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hidcam/app.js b/apps/hidcam/app.js index c5b58ced7..639018db3 100644 --- a/apps/hidcam/app.js +++ b/apps/hidcam/app.js @@ -70,7 +70,7 @@ function drawApp() { setTimeout(drawApp, 1000); camShot(() => {}); }, BTN, { edge:"falling",repeat:true,debounce:50}); - Bangle.on('touch', function (wat, tap) { + Bangle.on('touch', function (wat, tap) { E.showMessage('camShot !'); Bangle.buzz(300, 1); setTimeout(drawApp, 1000);