copercini 9dae9cea37 Fix for WiFiMulti (#264)
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.
2017-03-20 10:23:05 +01:00
..
2017-03-11 07:15:44 +01:00
2017-02-20 15:08:11 +02:00
2017-03-11 07:15:44 +01:00
2017-03-20 00:50:27 +02:00
2017-03-11 07:15:44 +01:00
2017-02-23 01:11:57 +02:00
2017-03-11 07:15:44 +01:00
2017-03-20 10:23:05 +01:00
2016-12-14 02:41:22 +02:00