Update app.js

pull/929/head
weeurey 2021-11-20 18:10:03 +00:00 committed by GitHub
parent e6d736860d
commit 438537ace2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(() => {});
}