mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-11-24 00:43:08 -05: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();
|
display_unblank();
|
||||||
if (bt_state == BT_STATE_OFF) bt_start();
|
if (bt_state == BT_STATE_OFF) bt_start();
|
||||||
|
|
||||||
bt_debond_all();
|
bt_security_setup();
|
||||||
bt_update_passkey();
|
//bt_debond_all();
|
||||||
|
//bt_update_passkey();
|
||||||
|
|
||||||
bt_allow_pairing = true;
|
bt_allow_pairing = true;
|
||||||
bt_pairing_started = millis();
|
bt_pairing_started = millis();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue