mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-07-22 06:28:43 -04:00
Added Bluetooth pairing PIN output for rnodeconf
This commit is contained in:
parent
d63b8ff307
commit
683297b804
3 changed files with 15 additions and 0 deletions
|
@ -32,6 +32,7 @@ char bt_devname[11];
|
|||
|
||||
void bt_confirm_pairing(uint32_t numVal) {
|
||||
bt_ssp_pin = numVal;
|
||||
kiss_indicate_btpin();
|
||||
if (bt_allow_pairing) {
|
||||
SerialBT.confirmReply(true);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue