[BT] Increase procBLEtask stack size to avoid reset when adapting the scan parameters (#2148)

Co-authored-by: Florian <1technophile@users.noreply.github.com>
This commit is contained in:
Florian
2025-01-10 13:47:34 -06:00
committed by GitHub
parent d8c0f0f9c5
commit bead01347e

View File

@@ -857,9 +857,9 @@ void setupBTTasksAndBLE() {
procBLETask, /* Function to implement the task */
"procBLETask", /* Name of the task */
# if defined(USE_ESP_IDF) || defined(USE_BLUFI)
13500,
14000,
# else
8500, /* Stack size in bytes */
9000, /* Stack size in bytes */
# endif
NULL, /* Task input parameter */
2, /* Priority of the task (set higher than core task) */