Give a list of wifi networks and passwords to try
Give a list of wifi networks and passwords to try
The building I live in has two wifi networks and I would like my esp32c3 to try connecting to both of them. Is it possible to provide multiple ssids and passwords to esp_wifi_set_config so that if any of the listed networks are available then my device will connect to that one?
Re: Give a list of wifi networks and passwords to try
esp_wifi_scan_start() followed by esp_wifi_scan_get_ap_records() will give you the list of availbale networks, together with rssi, channel, ....
Then you can connect to which network you want
Then you can connect to which network you want
Who is online
Users browsing this forum: aapee-jcv, Bing [Bot] and 425 guests