It should always respond to reconnect, as that will effectively totally power the module off and back on.
I guess if you are making a client, the ideal solution might be to disconnect when you're done, and only connect right before you need to use the connection.
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.
Hi Ollie,
It should always respond to reconnect, as that will effectively totally power the module off and back on.
I guess if you are making a client, the ideal solution might be to disconnect when you're done, and only connect right before you need to use the connection.