Open
Description
When using wifi.radio.start_scanning_networks()
on the Pico W, I see many duplicates. I have two AP's with the same SSID, plus, another different one. For example (SSID's obfuscated):
Available WiFi networks:
MyHome RSSI: -77 Channel: 6
MyHome RSSI: -37 Channel: 6
Neighbor RSSI: -88 Channel: 8
MyHome RSSI: -79 Channel: 6
MyHome RSSI: -39 Channel: 6
MyHome RSSI: -37 Channel: 6
MyHome RSSI: -42 Channel: 6
MyHome RSSI: -81 Channel: 6
MyHome RSSI: -41 Channel: 6
MyHomeOther RSSI: -94 Channel: 11
MyHome RSSI: -81 Channel: 6
MyHome RSSI: -43 Channel: 6
MyHome RSSI: -38 Channel: 6
MyHome RSSI: -39 Channel: 6
MyHome RSSI: -76 Channel: 6
MyHome RSSI: -39 Channel: 6
This contrasts with the ESP32-S2 results:
MyHome RSSI: -54 Channel: 6
MyHome RSSI: -70 Channel: 6
Neighbor RSSI: -86 Channel: 6