Add sdkconfig.defaults for BLE, remove bad CONFIG flags, increase stack

This commit is contained in:
ash
2026-06-30 06:36:40 +00:00
parent eab0b76c9d
commit 8a36296043
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
CONFIG_BT_ENABLED=y
CONFIG_BT_NIMBLE_ENABLED=y
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
CONFIG_BT_NIMBLE_TASK_STACK_SIZE=6144
CONFIG_BT_NIMBLE_ROLE_PERIPHERAL=y
CONFIG_BT_NIMBLE_ROLE_BROADCASTER=y