Skip to content

Commit

Permalink
Update evil_portal.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcelli authored May 9, 2024
1 parent 61fb9f2 commit 7d6e781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/evil_portal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void startEvilPortal() {
menu_op.println("AP: " + AP_name);
menu_op.println("->" + WiFi.softAPIP().toString() + "/creds");
menu_op.println("->" + WiFi.softAPIP().toString() + "/ssid");
menu_op.print("Victrims: ");
menu_op.print("Victims: ");
menu_op.setTextColor(TFT_RED);
menu_op.println(String(totalCapturedCredentials));
menu_op.setTextSize(FP);
Expand Down Expand Up @@ -237,4 +237,4 @@ void chooseHtml(bool def) {
} else {
html_file = index_GET();
}
}
}

0 comments on commit 7d6e781

Please sign in to comment.