mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-15 19:42:06 +02:00
Actually WiFiMulti is not working due some functions haven't equal comportment of ESP8266 Replace status == WL_DISCONNECTED => status != WL_CONNECTED Replace scanComplete() => scanNetworks() Maybe is more interesting, for keep the maximum compatibility, investigate why WL_DISCONNECTED and scanComplete() doesn't works in this case instead of just replace by this pull request.