arduino-esp32/libraries/ESPmDNS/src
thebigpotatoe 99aa866477
Update MDNSResponder::addService to return a boolean (#4365)
I was playing with the mDNS service and noticed the method MDNSResponder::addService could return a Boolean with the way it is implemented just like other functions in this library.

This would be handy to know at a higher level weather or not the service was added correctly to the mDNS server of the ESP32.
2020-10-01 15:44:24 +03:00
..
ESPmDNS.cpp Update MDNSResponder::addService to return a boolean (#4365) 2020-10-01 15:44:24 +03:00
ESPmDNS.h Update MDNSResponder::addService to return a boolean (#4365) 2020-10-01 15:44:24 +03:00