Skip to content

Commit

Permalink
Update RTL8720dn-Deauther.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
warwick320 authored Oct 20, 2024
1 parent 3c05968 commit 603fbdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RTL8720dn-Deauther-V1/RTL8720dn-Deauther.ino
Original file line number Diff line number Diff line change
Expand Up @@ -397,11 +397,12 @@ void displayMenu() {
display.setTextSize(1);
display.setTextColor(SSD1306_WHITE);
display.setCursor(0, 0);
display.println("5G/2.4G Deauther :>");
display.println("-- 5G/2.4G Deauther ----------------------");
display.setCursor(0, 16);
for (int i = 0; i < MENU_COUNT; i++) {
if (i == currentMenu) {
display.print("> ");
//display.println("- ");
}
else {
display.print(" ");
Expand All @@ -416,7 +417,7 @@ void displaySetting() {
display.setTextSize(1);
display.setTextColor(SSD1306_WHITE);
display.setCursor(0, 0);
display.println("Setting:");
display.println("Setting");
display.setCursor(0,10);
//display.print("Send Count: ");
//display.println(sendCount);
Expand Down

0 comments on commit 603fbdc

Please sign in to comment.