mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(bt/bludroid): Increase BTU task stack size
This commit is contained in:
parent
a45478abc6
commit
07f9c7664d
@ -29,7 +29,7 @@ config BT_BLUEDROID_PINNED_TO_CORE
|
||||
config BT_BTU_TASK_STACK_SIZE
|
||||
int "Bluetooth Bluedroid Host Stack task stack size"
|
||||
depends on BT_BLUEDROID_ENABLED
|
||||
default 4096
|
||||
default 4352
|
||||
help
|
||||
This select btu task stack size
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user