mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
Update WiFi Marauder plugin
Added PR by justcallmekoko https://github.com/justcallmekoko/flipperzero-firmware-with-wifi-marauder-companion
This commit is contained in:
parent
bce12a4048
commit
b12fc114c7
3 changed files with 3 additions and 2 deletions
|
@ -97,6 +97,7 @@ 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,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define WIFI_MARAUDER_APP_VERSION "v0.3.6"
|
||||
#define WIFI_MARAUDER_APP_VERSION "v0.3.7"
|
||||
|
||||
typedef struct WifiMarauderApp WifiMarauderApp;
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue