No, the connection might be dropped... Can I detect a connection drop with a callback or something?
We have another RTFM situation here: http://www.espruino.com/Reference#l_Wifi_disconnected
That event (Wifi.on('disconnected', ...)) is not working for me.
Wifi.on('disconnected', ...)
@ceremcem 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.
No, the connection might be dropped... Can I detect a connection drop with a callback or something?
Edit:
We have another RTFM situation here: http://www.espruino.com/Reference#l_Wifi_disconnected
Edit2
That event (
Wifi.on('disconnected', ...)
) is not working for me.