mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-05 08:05:18 -04:00
Improved BLE pairing
This commit is contained in:
parent
d61d14e117
commit
30f92c0f3f
1 changed files with 3 additions and 2 deletions
|
@ -351,8 +351,9 @@ char bt_devname[11];
|
|||
display_unblank();
|
||||
if (bt_state == BT_STATE_OFF) bt_start();
|
||||
|
||||
bt_debond_all();
|
||||
bt_update_passkey();
|
||||
bt_security_setup();
|
||||
//bt_debond_all();
|
||||
//bt_update_passkey();
|
||||
|
||||
bt_allow_pairing = true;
|
||||
bt_pairing_started = millis();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue