How are you loading code onto the board?
You seem to adding modules at run time loadModule('MQTT');'
loadModule('MQTT');'
If you use the web ide that is not necessary- and if connect with wifi and wifi.save() it will automatically reconnect when the board is powered up.
wifi.save()
@Wilberforce 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.
How are you loading code onto the board?
You seem to adding modules at run time
loadModule('MQTT');'
If you use the web ide that is not necessary- and if connect with wifi and
wifi.save()
it will automatically reconnect when the board is powered up.