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