arduino-esp32/libraries
Bernd Giesecke 494ff217aa Make ESPmDNS compatible to ESP8266mDNS (#1085)
The ESP8266 version of the mDNS library expected service name and protocol without leading '_' (underscore). The ESP32 version expected service name and protocol with leading '_' (underscore).
This small change makes the ESP32 version compatible with the ESP8266 version and keeps backward compatible with existing code by accepting service name and protocol either with or without leading '_' (underscore).
2018-03-04 20:50:38 +01:00
..
ArduinoOTA Add EEPROMClass and examples (#1034) 2018-03-04 20:22:48 +01:00
BLE@6bad7b42a9 Update BLE lib 2018-01-19 11:34:49 +02: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 Add Time and TimerWDT examples 2017-12-14 21:13:42 +01:00
ESPmDNS Make ESPmDNS compatible to ESP8266mDNS (#1085) 2018-03-04 20:50:38 +01:00
FS Do not use inline functions for mkdir and rename 2017-03-11 09:16:34 +02:00
HTTPClient Update to make use of SSL a bit less confusing by ensuring errors are generated if the wrong method is called to retrieve the data stream. (#934) 2017-12-19 14:06:45 +01:00
Preferences Small grammar fixes and clarifications (#1003) 2018-01-18 00:59:35 +02:00
SD Update IDF to e5b2c1c (#865) 2017-11-23 23:26:53 +01:00
SD_MMC Fix wrong size reported for cards above 16GB 2017-11-06 16:20:42 +02:00
SimpleBLE Must include sdkconfig.h before testing defines 2017-09-21 19:33:45 +08:00
SPI Set HSPI ports by default when HSPI is selected (#874) 2017-11-28 11:12:39 +01:00
SPIFFS fix SPIFFS example 2017-10-01 10:27:04 +08:00
Ticker Add Ticker library (#1057) 2018-03-04 20:34:03 +01:00
Update Reorder Updater init 2018-01-18 01:19:30 +02:00
WiFi fix issue with STA emiting the wrong event 2018-01-18 13:54:26 +02:00
WiFiClientSecure WiFiClientSecure::lastError() method (#945) 2018-01-18 01:03:56 +02:00
Wire I2c reset functionality (#678) 2017-09-29 21:17:13 +08:00