Skip to content

Commit

Permalink
Removing GPS and LED menus
Browse files Browse the repository at this point in the history
  • Loading branch information
eried committed Sep 15, 2023
1 parent e28d8fd commit c532e4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = {
NO_ARGS,
FOCUS_CONSOLE_END,
SHOW_STOPSCAN_TIP},
{"Wardrive", {""}, 1, {"wardrive"}, NO_ARGS, FOCUS_CONSOLE_END, SHOW_STOPSCAN_TIP},
/*{"Wardrive", {""}, 1, {"wardrive"}, NO_ARGS, FOCUS_CONSOLE_END, SHOW_STOPSCAN_TIP},*/ // No GPS for Wardrive on Mayhem
{"Evil Portal",
{"start"},
1,
Expand Down Expand Up @@ -112,14 +112,14 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = {
TOGGLE_ARGS,
FOCUS_CONSOLE_END,
NO_TIP},
{"LED",
/*{"LED",
{"hex", "pattern"},
2,
{"led -s", "led -p"},
INPUT_ARGS,
FOCUS_CONSOLE_END,
NO_TIP},
{"GPS Data",
NO_TIP},*/ // No led on mayhem
/*{"GPS Data",
{"stream", "fix", "sats", "lat", "lon", "alt", "date"},
7,
{"gpsdata",
Expand All @@ -131,7 +131,7 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = {
"gps -g date"},
NO_ARGS,
FOCUS_CONSOLE_END,
NO_TIP},
NO_TIP},*/ // No GPS on Mayhem
{"Camera",
{"photo", "flashlight"},
2,
Expand All @@ -140,14 +140,14 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = {
FOCUS_CONSOLE_END,
NO_TIP},
{"Settings",
{"display", "restore", "ForcePMKID", "ForceProbe", "SavePCAP", "EnableLED", "other"},
7,
{"display", "restore", "ForcePMKID", "ForceProbe", "SavePCAP", /*"EnableLED",*/ "other"},
6,
{"settings",
"settings -r",
"settings -s ForcePMKID enable",
"settings -s ForceProbe enable",
"settings -s SavePCAP enable",
"settings -s EnableLED enable",
/*"settings -s EnableLED enable",*/
"settings -s"},
TOGGLE_ARGS,
FOCUS_CONSOLE_START,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <lib/toolbox/path.h>
#include <dialogs/dialogs.h>

#define NUM_MENU_ITEMS (23)
#define NUM_MENU_ITEMS (20)

#define WIFI_MARAUDER_TEXT_BOX_STORE_SIZE (4096)
#define WIFI_MARAUDER_TEXT_INPUT_STORE_SIZE (512)
Expand Down

0 comments on commit c532e4b

Please sign in to comment.