mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
AdvancedWebServer: remove mDNS from loop as well
This commit is contained in:
@ -123,7 +123,6 @@ void setup ( void ) {
|
||||
}
|
||||
|
||||
void loop ( void ) {
|
||||
mdns.update();
|
||||
server.handleClient();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user