diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-20 07:39:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 07:39:14 -0400 |
commit | fb3dadba8721b4e63d1284b90c3380b7897b2f50 (patch) | |
tree | 34457cc71b2ea2fa2ca712bb9eefa85c4503df91 | |
parent | 11e3566277eac787f00ad479dc8a9eeffcfd1504 (diff) |
fix(bluetooth): disable BT_SETTINGS for now.
-rw-r--r-- | app/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Kconfig b/app/Kconfig index 5f618b1..00d4ae3 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -41,7 +41,7 @@ menuconfig ZMK_BLE select BT_GATT_DIS select BT_GATT_BAS select SETTINGS - select BT_SETTINGS + # select BT_SETTINGS if ZMK_BLE |