Yes, if there's no connection it'll go back to its normal sleep mode.
You can do NRF.sleep to shut off Bluetooth completely - if you want to wait before doing it there's always setTimeout :)
NRF.sleep
setTimeout
@Gordon 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.
Yes, if there's no connection it'll go back to its normal sleep mode.
You can do
NRF.sleep
to shut off Bluetooth completely - if you want to wait before doing it there's alwayssetTimeout
:)