mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-08-03 01:16:07 -07:00
Remove espressif macs
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
//#define jquery_min_js_v3_2_1_gz_len 30178
|
||||
|
||||
PROGMEM static String espressif_macs[] = {
|
||||
"fc:f5:c4",
|
||||
"f4:cf:a2",
|
||||
"fc:f5:c4"};
|
||||
/* "f4:cf:a2",
|
||||
"f0:08:d1",
|
||||
"ec:fa:bc",
|
||||
"e0:98:06",
|
||||
@@ -54,7 +54,7 @@ PROGMEM static String espressif_macs[] = {
|
||||
"24:0a:c4",
|
||||
"18:fe:34",
|
||||
"10:52:1c"
|
||||
};
|
||||
};*/
|
||||
|
||||
|
||||
PROGMEM static const unsigned char menu_icons[][66] = {
|
||||
|
||||
@@ -116,7 +116,7 @@ esp_err_t esp_wifi_80211_tx(wifi_interface_t ifx, const void *buffer, int len, b
|
||||
|
||||
struct ssid {
|
||||
String essid;
|
||||
int channel;
|
||||
uint8_t channel;
|
||||
int bssid[6];
|
||||
bool selected;
|
||||
};
|
||||
|
||||
@@ -11,11 +11,11 @@
|
||||
//// BOARD TARGETS
|
||||
//#define MARAUDER_M5STICKC
|
||||
//#define MARAUDER_MINI
|
||||
//#define MARAUDER_V4
|
||||
#define MARAUDER_V4
|
||||
//#define MARAUDER_V6
|
||||
//#define MARAUDER_KIT
|
||||
//#define GENERIC_ESP32
|
||||
#define MARAUDER_FLIPPER
|
||||
//#define MARAUDER_FLIPPER
|
||||
//#define ESP32_LDDB
|
||||
//#define MARAUDER_DEV_BOARD_PRO
|
||||
//#define XIAO_ESP32_S3
|
||||
@@ -726,7 +726,7 @@
|
||||
#elif defined(MARAUDER_MINI)
|
||||
#define MAX_HTML_SIZE 7000
|
||||
#elif defined(MARAUDER_V4)
|
||||
#define MAX_HTML_SIZE 7000
|
||||
#define MAX_HTML_SIZE 8000
|
||||
#elif defined(MARAUDER_V6)
|
||||
#define MAX_HTML_SIZE 7000
|
||||
#elif defined(MARAUDER_KIT)
|
||||
|
||||
Reference in New Issue
Block a user