Open lonelyjack opened 7 years ago
What happens if you remove the first SSID? Could be a problem with WiFiMulti.
For me multiWiFi does not work. As soon as i put a second SSID into the settings, i can not connect to any network. With a single SSID in settings it works on every reboot.
Looks like WiFiMulti has a problem. Please try to make a minimal script that uses WifiMulti that shows the problem and report it to the author of the library.
This is a problem with WiFi.scanNetworks()
not with WiFiMulti. But WiFiMulti uses scanNetworks()
.
A discussion about this issue can be found at https://github.com/espressif/arduino-esp32/issues/242
I noticed that this also affects the list of networks on the config webpage (it's empty for me).
A known workaround is to do a WiFi.begin(ssid,pwd)
before starting the network scan.
ssid and pwd can be just any string and must not represent a valid connection.
It's not working second address