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