Skip to content

Commit

Permalink
Removed bluetooth for dev purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
got-x committed Apr 1, 2020
1 parent 61fa3e7 commit 7a4ff19
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/gbaudioc/gbaudioc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@ var displayText = "gbAudicC";

function btn1() {
displayText = "btn1";
Bluetooth.println(JSON.stringify({t:"info", msg: displayText}));
//Bluetooth.println(JSON.stringify({t:"info", msg: displayText}));
display();
}
function btn2() {
displayText = "btn2";
Bluetooth.println(JSON.stringify({t:"info", msg: displayText}));
//Bluetooth.println(JSON.stringify({t:"info", msg: displayText}));
display();
}
function btn3() {
displayText = "btn3";
Bluetooth.println(JSON.stringify({t:"info", msg: displayText}));
//Bluetooth.println(JSON.stringify({t:"info", msg: displayText}));
display();
}
function btn4() {
displayText = "btn4";
Bluetooth.println(JSON.stringify({t:"info", msg: displayText}));
//Bluetooth.println(JSON.stringify({t:"info", msg: displayText}));
display();
}
function btn5() {
displayText = "btn5";
Bluetooth.println(JSON.stringify({t:"info", msg: displayText}));
//Bluetooth.println(JSON.stringify({t:"info", msg: displayText}));
display();
}

Expand Down

0 comments on commit 7a4ff19

Please sign in to comment.