Once the ESP is connected to the network, a wifi.save() stored the ssid and pwd in EPROM- it will auto connect net boot.
The workaround if mDns is not available then you can add the Mac address to your router and use the deco reservation, so tht it gets a known ip. Then you can set the hostname in the wifi init, and any browser can refer to the ESP by hostname.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Once the ESP is connected to the network, a
wifi.save()
stored the ssid and pwd in EPROM- it will auto connect net boot.The workaround if mDns is not available then you can add the Mac address to your router and use the deco reservation, so tht it gets a known ip. Then you can set the hostname in the wifi init, and any browser can refer to the ESP by hostname.