Skip to content

Commit 6f2baf3

Browse files
committed
Increased BTU_TASK_STACK_SIZE to 8K
1 parent 9819b81 commit 6f2baf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdkconfig.esp32

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ CONFIG_BT_BTC_TASK_STACK_SIZE=8192
335335
CONFIG_BT_BLUEDROID_PINNED_TO_CORE_0=y
336336
# CONFIG_BT_BLUEDROID_PINNED_TO_CORE_1 is not set
337337
CONFIG_BT_BLUEDROID_PINNED_TO_CORE=0
338-
CONFIG_BT_BTU_TASK_STACK_SIZE=4096
338+
CONFIG_BT_BTU_TASK_STACK_SIZE=8192
339339
# CONFIG_BT_BLUEDROID_MEM_DEBUG is not set
340340
CONFIG_BT_CLASSIC_ENABLED=y
341341
CONFIG_BT_A2DP_ENABLE=y

0 commit comments

Comments
 (0)