mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-07-30 23:50:26 -07:00
Fix Stations displaying during scan
This commit is contained in:
@@ -2032,6 +2032,8 @@ void WiFiScan::stationSnifferCallback(void* buf, wifi_promiscuous_pkt_type_t typ
|
||||
Serial.println(ap_addr);
|
||||
}
|
||||
display_string.concat(sta_addr);
|
||||
display_string.concat(" -> ");
|
||||
display_string.concat(access_points->get(ap_index).essid);
|
||||
|
||||
int temp_len = display_string.length();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user