How do you put the bluetooth to sleep? And are you changing apps between times?
Best bet is just to set BLE to Off in settings? If you want to do that with your app you could always just set the value in settings.json and then reload your app and it's done
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 do you put the bluetooth to sleep? And are you changing apps between times?
Best bet is just to set
BLE
toOff
in settings? If you want to do that with your app you could always just set the value insettings.json
and then reload your app and it's done