This commit is contained in:
fvanroie 2020-03-07 22:00:54 +01:00
parent b2a31e085c
commit 9f68b1c1c2

View File

@ -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()