arduino-esp32/libraries
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
..
ArduinoOTA Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
ESP32 Update RepeatTimer example 2017-02-20 15:08:11 +02:00
ESPmDNS Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
FS Do not use inline functions for mkdir and rename 2017-03-11 09:16:34 +02:00
Preferences Refactoring EPS32NVS library to Preferences library (#199) 2017-02-12 00:08:22 +02:00
SD Fix SD Card not mounting on boot 2017-03-20 00:50:27 +02:00
SD_MMC Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
SimpleBLE Major IDF and Arduino Update 2017-02-23 01:11:57 +02:00
SPI Fix compilation issues is certain situations. 2017-03-19 11:27:58 +02:00
Update Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
WiFi Fix for WiFiMulti (#264) 2017-03-20 10:23:05 +01:00
WiFiClientSecure WiFiSecureClient fixes and improvements (#255) 2017-03-10 15:52:50 +01:00
Wire Hopefully fix I2C/Wire 2016-12-14 02:41:22 +02:00