From 57186cf4b5b58dee3c2729285ca22c3fbfa4ae6f Mon Sep 17 00:00:00 2001 From: Just Call Me Koko Date: Wed, 6 Sep 2023 16:59:13 -0400 Subject: [PATCH] Adjust hist limit --- esp32_marauder/WiFiScan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp32_marauder/WiFiScan.h b/esp32_marauder/WiFiScan.h index 8c011e3..b24835d 100644 --- a/esp32_marauder/WiFiScan.h +++ b/esp32_marauder/WiFiScan.h @@ -125,7 +125,7 @@ esp_err_t esp_wifi_80211_tx(wifi_interface_t ifx, const void *buffer, int len, b LinkedList* stations; };*/ -#define mac_history_len 93 +#define mac_history_len 86 struct mac_addr { unsigned char bytes[6];