Update app.js
parent
0cf4c5d70a
commit
9f26994f5c
|
|
@ -74,8 +74,6 @@ if (next) {
|
||||||
next(() => {});
|
next(() => {});
|
||||||
} else if(lastx==0 && lasty==0){
|
} else if(lastx==0 && lasty==0){
|
||||||
writeLine('play/pause', 3);
|
writeLine('play/pause', 3);
|
||||||
Bluetooth.println(JSON.stringify({t: "music", n: next}));
|
|
||||||
|
|
||||||
//setTimeout(drawApp, 1000);
|
//setTimeout(drawApp, 1000);
|
||||||
toggle(() => {});
|
toggle(() => {});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue