arduino-esp32/libraries/ESPmDNS
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
..
examples Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
src Make ESPmDNS compatible to ESP8266mDNS (#1085) 2018-03-04 20:50:38 +01:00
keywords.txt Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
library.properties Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00