Skip to content

Commit

Permalink
Fix BLE text
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidNoi committed Sep 25, 2024
1 parent 860dd90 commit 1b54c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BadCard.ino
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ void handleFolders() {

sdFiles[0] = "NEW SCRIPT";
sdFiles[1] = "NEW FOLDER";
sdFiles[2] = "ACTIVATE BLE";
sdFiles[2] = isBLE ? "BLE ACTIVATED":"ACTIVATE BLE";
sdFiles[3] = "KB LAYOUT";

fileType[0] = 1;
Expand Down

0 comments on commit 1b54c93

Please sign in to comment.