diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-09-03 21:11:21 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-09-13 22:33:05 -0400 |
commit | e88d0833c5f8ddd2b8a9b93ab7b6d03c141f8463 (patch) | |
tree | 45ac53aa9202bc8e880ef992a8848ebc9db5dbe5 /app/src | |
parent | b103eb4b059b60ebff81eb45db8405ed3a381257 (diff) |
fix(bluetooth): Log when clearing on start.
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/ble.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/ble.c b/app/src/ble.c index f723762..7ef95ca 100644 --- a/app/src/ble.c +++ b/app/src/ble.c @@ -347,6 +347,7 @@ static int zmk_ble_init(struct device *_arg) #endif #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"); for (int i = 0; i < 10; i++) { |