master
Hank 2022-07-05 10:53:52 +02:00
parent b593fd56ff
commit ba186c2463
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ function drawApp() {
setTimeout(drawApp, 1000);
camShot(() => {});
}, BTN2, { edge:"falling",repeat:true,debounce:50});
} else { // Bangle.js 2
} else { // Bangle.js 2
setWatch(function(e) {
E.showMessage('camShot !');
setTimeout(drawApp, 1000);