BLE improvements

This commit is contained in:
Mark Qvist 2025-04-13 02:23:01 +02:00
parent 9d2da569c9
commit 16dedc72c2
3 changed files with 11 additions and 0 deletions

View file

@ -266,6 +266,7 @@ char bt_devname[11];
// Serial.println("Authentication fail");
ble_authenticated = false;
bt_state = BT_STATE_ON;
bt_update_passkey();
bt_security_setup();
}
bt_allow_pairing = false;