mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
esp32: increase stack to 3072
This commit is contained in:
parent
8d8a3c37fb
commit
0c9c335123
@ -174,7 +174,7 @@ static void btstack_run_loop_freertos_single_threaded_task(void *pvParameter){
|
|||||||
|
|
||||||
static void btstack_run_loop_freertos_single_threaded_execute(void) {
|
static void btstack_run_loop_freertos_single_threaded_execute(void) {
|
||||||
// use dedicated task, might not be needed in all cases
|
// use dedicated task, might not be needed in all cases
|
||||||
xTaskCreate(&btstack_run_loop_freertos_single_threaded_task, "btstack_task", 2048, NULL, 5, NULL);
|
xTaskCreate(&btstack_run_loop_freertos_single_threaded_task, "btstack_task", 3072, NULL, 5, NULL);
|
||||||
// btstack_run_loop_freertos_single_threaded_task(NULL);
|
// btstack_run_loop_freertos_single_threaded_task(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user