small tweak for Bangle2
parent
66bfee0ff0
commit
e8d8de648b
|
|
@ -54,7 +54,7 @@ function setupInputWatchers(init) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (init) {
|
if (init) {
|
||||||
setWatch(() => handleInput(2), isBangle1 != null ? BTN2 : BTN, { repeat: true });
|
setWatch(() => handleInput(2), isBangle1 ? BTN2 : BTN, { repeat: true });
|
||||||
Bangle.on('touch', (b, e) => {
|
Bangle.on('touch', (b, e) => {
|
||||||
if (isBangle1) {
|
if (isBangle1) {
|
||||||
if (b === 1) {
|
if (b === 1) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue