Search found 1 match

by freetz
Fri May 12, 2023 9:08 am
Forum: ESP32 Arduino
Topic: Establish WiFi connection to AP with strongest radio signal
Replies: 12
Views: 23183

Re: Establish WiFi connection to AP with strongest radio signal

Thanks to @Thomas Peter for his solution which I modified slightly in order to not rely on the ESP's sorting order and therefore possibly also solving @kristian32's issue. Here's the function I'm using now. It requires wifi_ssid and wifi_pass to be global variables and returns the connected BSSID as...