fix(bluetooth): Log when clearing on start.
This commit is contained in:
parent
b103eb4b05
commit
e88d0833c5
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ static int zmk_ble_init(struct device *_arg)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if IS_ENABLED(CONFIG_ZMK_BLE_CLEAR_BONDS_ON_START)
|
#if IS_ENABLED(CONFIG_ZMK_BLE_CLEAR_BONDS_ON_START)
|
||||||
|
LOG_WRN("Clearing all existing BLE bond information from the keyboard");
|
||||||
settings_delete("bt/name");
|
settings_delete("bt/name");
|
||||||
|
|
||||||
for (int i = 0; i < 10; i++) {
|
for (int i = 0; i < 10; i++) {
|
||||||
|
|
Loading…
Reference in a new issue