Just reading all named possibilities name in https://www.espruino.com/BLE+Security
Started testing the NRF.setSecurity() way.
NRF.setSecurity()
connect via WebIDE upload this line and disconnect WebIDE and lift battery for a reboot.
onInit = function(){ NRF.setSecurity({display : 1, keyboard : 1, mitm : 1, passkey : '654321'}); }; setTimeout(save,1E3);
A connection via WebIDE is still possible, what am I missing.
@MaBe 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.
Just reading all named possibilities name in https://www.espruino.com/BLE+Security
Started testing the
NRF.setSecurity()
way.connect via WebIDE upload this line and disconnect WebIDE and lift battery for a reboot.
A connection via WebIDE is still possible, what am I missing.