Additional question on the WebUpdater code:
Just want to know what is MDNS used for?
It seems like it never works to use the hostname for connection, only IP address.
I have now commented out the mDNS items in the WebUpdater code and it still works the same, i.e. I can update the firmware via the webpage shown by the ESP but only via the IP address, which has to be known.
Is mDNS only applicable if the ESP8266 is running as a station towards an existing WiFi network?
I am using it as an AP always...