From 6f2baf3fd54d9c7bf3ee9459663de51333dfb008 Mon Sep 17 00:00:00 2001 From: FIXMBR <16748784+FIXMBR@users.noreply.github.com> Date: Mon, 27 Dec 2021 19:43:22 +0100 Subject: [PATCH] Increased BTU_TASK_STACK_SIZE to 8K --- sdkconfig.esp32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdkconfig.esp32 b/sdkconfig.esp32 index 1ec72f414..e7bc97309 100644 --- a/sdkconfig.esp32 +++ b/sdkconfig.esp32 @@ -335,7 +335,7 @@ CONFIG_BT_BTC_TASK_STACK_SIZE=8192 CONFIG_BT_BLUEDROID_PINNED_TO_CORE_0=y # CONFIG_BT_BLUEDROID_PINNED_TO_CORE_1 is not set CONFIG_BT_BLUEDROID_PINNED_TO_CORE=0 -CONFIG_BT_BTU_TASK_STACK_SIZE=4096 +CONFIG_BT_BTU_TASK_STACK_SIZE=8192 # CONFIG_BT_BLUEDROID_MEM_DEBUG is not set CONFIG_BT_CLASSIC_ENABLED=y CONFIG_BT_A2DP_ENABLE=y