mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Add mdns
This commit is contained in:
parent
b2a31e085c
commit
9f68b1c1c2
@ -48,9 +48,11 @@ void mdnsStart()
|
||||
|
||||
void mdnsLoop(bool wifiIsConnected)
|
||||
{
|
||||
#if defined(ARDUINO_ARCH_ESP8266)
|
||||
if(mdnsEnabled) {
|
||||
MDNS.update();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void mdnsStop()
|
||||
|
Loading…
x
Reference in New Issue
Block a user