Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
got-x committed Apr 2, 2020
1 parent a6d1c60 commit 11d9bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/gbaudioc/gbaudioc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ function initializeApp() {
display();
}

var displayText = "gbAudicC";
var displayText = "gbAudioC";
var lastAction = "";
var play = true;

function btn1() {
lastAction = "volumneup";
lastAction = "volumeup";
Bluetooth.println(JSON.stringify({t:"music", n: lastAction}));
refreshMessage();
}
Expand Down

0 comments on commit 11d9bfc

Please sign in to comment.