Remove espressif macs

This commit is contained in:
Just Call Me Koko
2023-07-19 15:35:32 -04:00
parent 05980c4100
commit 0de13bf86d
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -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] = {
+1 -1
View File
@@ -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;
};
+3 -3
View File
@@ -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)