|
@@ -2032,6 +2032,8 @@ void WiFiScan::stationSnifferCallback(void* buf, wifi_promiscuous_pkt_type_t typ
|
|
|
Serial.println(ap_addr);
|
|
Serial.println(ap_addr);
|
|
|
}
|
|
}
|
|
|
display_string.concat(sta_addr);
|
|
display_string.concat(sta_addr);
|
|
|
|
|
+ display_string.concat(" -> ");
|
|
|
|
|
+ display_string.concat(access_points->get(ap_index).essid);
|
|
|
|
|
|
|
|
int temp_len = display_string.length();
|
|
int temp_len = display_string.length();
|
|
|
|
|
|