WiFiManager
WiFiManager copied to clipboard
Add an option to search and connect to the best BSSID regarding the RSSI
The code add an option (void setFindBestRSSI(boolean enabled)) to try to find the best AP for a given SSID.
I messed up with your indentation. The majority of code is on the uint8_t WiFiManager::connectWifi(String ssid, String pass, bool connect) method.