I first start my mqtt in:
wlan.on ('connected', function (s) { mqttstart () };
as it sometimes takes some time before my esp8266 catches the network.
@Frida 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 first start my mqtt in:
as it sometimes takes some time before my esp8266 catches the network.