mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-12 15:50:36 -08:00
Change AP limit to test mem
This commit is contained in:
@@ -125,7 +125,7 @@ esp_err_t esp_wifi_80211_tx(wifi_interface_t ifx, const void *buffer, int len, b
|
||||
LinkedList<int>* stations;
|
||||
};*/
|
||||
|
||||
#define mac_history_len 512
|
||||
#define mac_history_len 29
|
||||
|
||||
struct mac_addr {
|
||||
unsigned char bytes[6];
|
||||
|
||||
Reference in New Issue
Block a user