mirror of https://github.com/espruino/BangleApps
Fix tabs
parent
6fddc24d60
commit
e48bf98739
|
@ -70,7 +70,7 @@ function drawApp() {
|
||||||
setTimeout(drawApp, 1000);
|
setTimeout(drawApp, 1000);
|
||||||
camShot(() => {});
|
camShot(() => {});
|
||||||
}, BTN, { edge:"falling",repeat:true,debounce:50});
|
}, BTN, { edge:"falling",repeat:true,debounce:50});
|
||||||
Bangle.on('touch', function (wat, tap) {
|
Bangle.on('touch', function (wat, tap) {
|
||||||
E.showMessage('camShot !');
|
E.showMessage('camShot !');
|
||||||
Bangle.buzz(300, 1);
|
Bangle.buzz(300, 1);
|
||||||
setTimeout(drawApp, 1000);
|
setTimeout(drawApp, 1000);
|
||||||
|
|
Loading…
Reference in New Issue