-
• #2
Yes - there's a bunch of info on ways to disable remote programming here: http://www.espruino.com/BLE+Security
But the easiest is just to do
NRF.sleep()
- as long as you don't then try and use Bluetooth for anything, advertising (and so bluetooth as a whole) will stay off. -
• #3
Thank you Gordon, I will give that a crack later today.
Is there anyway to disable BLE completely on Espruino?
I am currently using BLE for serial comms whilst debugging, however I have no need for it during run time/production.
Any way to turn off?