WiFi.hostname issues with ESP8266 in Arduino IDE
Posted: Mon Aug 15, 2016 2:58 am
In the answer here: http://stackoverflow.com/questions/3566 ... tname-mdns it says to use the WiFi.hostname(hostname) function, however it is not reliable for me. Is some kind of delay required? If I put the instruction immediately before WiFi.begin it does not work, if I place it somewhere earlier in my setup, it seems to work.
Also, is there a way to save the hostname in the chip? The SDK has wifi.save(), is there an Arduino equivalent?
Also, is there a way to save the hostname in the chip? The SDK has wifi.save(), is there an Arduino equivalent?