Skip to content

Commit

Permalink
Merge pull request #141 from TQMatvey/dev
Browse files Browse the repository at this point in the history
Wifi Marauder: make "add random" not overlap > symbol
  • Loading branch information
xMasterX authored Oct 29, 2022
2 parents 5319c69 + 908eca3 commit 0dc5595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = {
{"View Log from", {"start", "end"}, 2, {"", ""}, NO_ARGS, FOCUS_CONSOLE_TOGGLE, NO_TIP},
{"Scan AP", {""}, 1, {"scanap"}, NO_ARGS, FOCUS_CONSOLE_END, SHOW_STOPSCAN_TIP},
{"SSID",
{"add random", "add name", "remove"},
{"add rand", "add name", "remove"},
3,
{"ssid -a -g", "ssid -a -n", "ssid -r"},
INPUT_ARGS,
Expand Down

0 comments on commit 0dc5595

Please sign in to comment.