Skip to content

Commit

Permalink
Merge pull request #17 from justcallmekoko/feature_wifi_marauder_app
Browse files Browse the repository at this point in the history
Add signal monitor command
  • Loading branch information
0xchocolate committed May 24, 2023
2 parents c19d174 + 8202a61 commit 6018223
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Expand Up @@ -97,6 +97,13 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = {
NO_ARGS,
FOCUS_CONSOLE_END,
SHOW_STOPSCAN_TIP},
{"Signal Monitor",
{""},
1,
{"sigmon"},
NO_ARGS,
FOCUS_CONSOLE_END,
SHOW_STOPSCAN_TIP},
{"Channel",
{"get", "set"},
2,
Expand Down
Expand Up @@ -4,7 +4,7 @@
extern "C" {
#endif

#define WIFI_MARAUDER_APP_VERSION "v0.3.5"
#define WIFI_MARAUDER_APP_VERSION "v0.3.6"

typedef struct WifiMarauderApp WifiMarauderApp;

Expand Down
Expand Up @@ -26,7 +26,7 @@
#include <lib/toolbox/path.h>
#include <dialogs/dialogs.h>

#define NUM_MENU_ITEMS (17)
#define NUM_MENU_ITEMS (18)

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

0 comments on commit 6018223

Please sign in to comment.