fix(ble): fixed hci driver stack protection fault issue on ESP32-C6

This commit is contained in:
zwl
2025-03-13 20:16:34 +08:00
parent 327182e3e6
commit ec4a1324f5
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ menu "HCI Config"
config BT_LE_HCI_TRANS_TASK_STACK_SIZE
int "HCI transport task stack size"
depends on !BT_LE_HCI_INTERFACE_USE_RAM
default 1024
default 2048
help
This configures stack size of hci transport task

View File

@ -108,7 +108,7 @@ menu "HCI Config"
config BT_LE_HCI_TRANS_TASK_STACK_SIZE
int "HCI transport task stack size"
depends on !BT_LE_HCI_INTERFACE_USE_RAM
default 1024
default 2048
help
This configures stack size of hci transport task