mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
AdvancedWebServer: remove mDNS from loop as well
This commit is contained in:
parent
143f29bc29
commit
41fbe93560
@ -123,7 +123,6 @@ void setup ( void ) {
|
||||
}
|
||||
|
||||
void loop ( void ) {
|
||||
mdns.update();
|
||||
server.handleClient();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user