Change AP limit to test mem

This commit is contained in:
Just Call Me Koko
2023-09-04 20:16:57 -04:00
parent e174291646
commit edbd601af7

View File

@@ -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];