arduino-esp32/libraries
sticilface c24a3404c6 Add SYSTEM_EVENT_WIFI_READY call back + WiFiMode fixes (#1322)
* Add `SYSTEM_EVENT_WIFI_READY` call back once wifi service is init.  allows you to hook in, as the sdk does not generate this event for you.
As it stands the SDK does not appear to set `WIFI_MODE_NULL` correctly.  if the wifi is initialised and set to `WIFI_MODE_NULL` it actually defaults to AP mode.  This fix keeps `WIFI_MODE_NULL` within the ESP class if the wifi has not been init yet, and works in my testing.  albeit a one sided conversation.
https://github.com/espressif/arduino-esp32/issues/1306

* make changes compatible with new _persistent behaviour.
2018-05-23 10:53:01 +02:00
..
ArduinoOTA Add guard to handle to check for _initialized (#1321) 2018-04-16 18:56:58 +02:00
BLE@af865a9167 Update IDF to f586f5e (#1296) 2018-04-07 09:45:18 +03:00
BluetoothSerial Update IDF to f586f5e (#1296) 2018-04-07 09:45:18 +03:00
DNSServer DNS Server : bug fix and prettifying (#1011) 2018-03-04 20:17:40 +01:00
EEPROM Add EEPROMClass and examples (#1034) 2018-03-04 20:22:48 +01:00
ESP32 Update ExternalWakeUp.ino (#1332) 2018-05-14 13:09:51 +02:00
ESPmDNS Use correct separator in keywords.txt (#1175) 2018-03-05 07:38:39 +01:00
FS Unify time modification on SD and SPIFFS (#738) 2018-03-04 21:20:34 +01:00
HTTPClient clean up faster (fixes #828) (#1087) 2018-03-04 20:53:04 +01:00
Preferences Small grammar fixes and clarifications (#1003) 2018-01-18 00:59:35 +02:00
SD Unify time modification on SD and SPIFFS (#738) 2018-03-04 21:20:34 +01:00
SD_MMC Unify time modification on SD and SPIFFS (#738) 2018-03-04 21:20:34 +01:00
SimpleBLE Must include sdkconfig.h before testing defines 2017-09-21 19:33:45 +08:00
SPI Adding a getClockDivider function (#1355) 2018-05-14 13:08:27 +02:00
SPIFFS Unify time modification on SD and SPIFFS (#738) 2018-03-04 21:20:34 +01:00
Ticker Use correct separator in keywords.txt (#1175) 2018-03-05 07:38:39 +01:00
Update Use correct separator in keywords.txt (#1175) 2018-03-05 07:38:39 +01:00
WiFi Add SYSTEM_EVENT_WIFI_READY call back + WiFiMode fixes (#1322) 2018-05-23 10:53:01 +02:00
WiFiClientSecure Port SSL fingerprint checking from ESP8266 WiFiClientSecure to ESP32 (#1397) 2018-05-14 13:00:40 +02:00
Wire Preserver custom pin assigments (#1239) 2018-04-06 19:05:48 +03:00