WiFiManager icon indicating copy to clipboard operation
WiFiManager copied to clipboard

Add an option to search and connect to the best BSSID regarding the RSSI

Open PiFou86 opened this issue 2 years ago • 0 comments

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.

PiFou86 avatar Aug 07 '22 14:08 PiFou86