I got the ESP8266 fw update installed, validated it was 1.5.4, but still no difference. So here's what I'm doing:
I'm calling wifi.setHostname() in the wifi 'connected' callback, and I get a success on that.
Then I call 'dns-sd -B _http._tcp' from the Mac Terminal to browse for the device, not using Windows.
I fear that I need to do more, but I don't know what it would be.
@indianajones started
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.
I got the ESP8266 fw update installed, validated it was 1.5.4, but still no difference. So here's what I'm doing:
I'm calling wifi.setHostname() in the wifi 'connected' callback, and I get a success on that.
Then I call 'dns-sd -B _http._tcp' from the Mac Terminal to browse for the device, not using Windows.
I fear that I need to do more, but I don't know what it would be.