1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

implement async replies in mDNS library

No need to call mdns.update() from loop() any more.
This commit is contained in:
Ivan Grokhotkov
2015-05-12 17:59:24 +03:00
parent 25d814bdfb
commit 699b06b875
5 changed files with 38 additions and 16 deletions

View File

@ -156,6 +156,5 @@ void setup(void){
}
void loop(void){
mdns.update();
server.handleClient();
}