Add mDNS
I've added mDNS to the wifiSettingsService.
With mDNS users can reach their devices using hostname.local addresses instead of IP adresses.
Looking forward to this feature. Any ETA please?
I had to add
MDNS.update();to the loop to make the DNS working on my ESP8266
Are you sure? the documentation doesn´t mention this. The esp32 class doesn't even have a update method.
What version of the esp866 library did you use?
edit:
I alsof found this post can you check if his solution fixes it properly? this framework does use ArduinoOTA.
It's from the espressif8266 platform. No proper import.
It's from the
espressif8266platform. No proper import.
I should have been more specific. I meant what version of ESP8266mDNS.h ?