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

WIP - Update ArduinoOTA and examples with MDNS.update() calls (#5494)

* ArduinoOTA: allow use without MDNS, add MDNS.update() in handle()

* Update examples with MDNS.update() in loop

* Update CaptivePortalAdvanced.ino

Fix typo

* Update CaptivePortalAdvanced.ino

astyle

* Update Arduino_Wifi_AVRISP.ino

astyle
This commit is contained in:
Develo
2018-12-14 03:29:32 -03:00
committed by GitHub
parent 8ede8f1459
commit e9d052c621
18 changed files with 41 additions and 11 deletions

View File

@ -188,4 +188,5 @@ void setup() {
void loop() {
httpServer.handleClient();
MDNS.update();
}