We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8129486 commit 44d1eb6Copy full SHA for 44d1eb6
configs/defconfig.common
@@ -6,6 +6,8 @@ CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
6
CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP=y
7
CONFIG_BT_ENABLED=y
8
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
9
+CONFIG_BT_BTC_TASK_STACK_SIZE=8192
10
+CONFIG_BT_BTU_TASK_STACK_SIZE=8192
11
CONFIG_BLE_MESH=y
12
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
13
CONFIG_COMPILER_CXX_EXCEPTIONS=y
configs/defconfig.esp32
@@ -1,7 +1,5 @@
1
CONFIG_BTDM_CTRL_MODE_BTDM=y
2
CONFIG_BTDM_SCAN_DUPL_CACHE_SIZE=20
3
-CONFIG_BT_BTC_TASK_STACK_SIZE=8192
4
-CONFIG_BT_BTU_TASK_STACK_SIZE=8192
5
CONFIG_BT_CLASSIC_ENABLED=y
CONFIG_BT_A2DP_ENABLE=y
CONFIG_BT_SPP_ENABLED=y
0 commit comments