mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
implement async replies in mDNS library
No need to call mdns.update() from loop() any more.
This commit is contained in:
@ -68,9 +68,6 @@ void setup(void)
|
||||
|
||||
void loop(void)
|
||||
{
|
||||
// Check for any mDNS queries and send responses
|
||||
mdns.update();
|
||||
|
||||
// Check if a client has connected
|
||||
WiFiClient client = server.available();
|
||||
if (!client) {
|
||||
|
Reference in New Issue
Block a user