• C
    Fix for WiFiMulti (#264) · 9dae9cea
    copercini 提交于
    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.
    9dae9cea
WiFiMulti.cpp 7.7 KB