mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-01-26 22:37:13 -05:00
Improved BLE pairing
This commit is contained in:
parent
d61d14e117
commit
30f92c0f3f
@ -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…
x
Reference in New Issue
Block a user