mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-08-02 08:58:24 -07:00
Adjust hist limit
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 93
|
||||
#define mac_history_len 86
|
||||
|
||||
struct mac_addr {
|
||||
unsigned char bytes[6];
|
||||
|
||||
Reference in New Issue
Block a user