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