Skip to content

Commit

Permalink
[BT] Increase procBLEtask stack size to avoid reset when adapting the…
Browse files Browse the repository at this point in the history
… scan parameters (#2148)

Co-authored-by: Florian <1technophile@users.noreply.github.com>
  • Loading branch information
1technophile and 1technophile authored Jan 10, 2025
1 parent d8c0f0f commit bead013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/ZgatewayBT.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down

0 comments on commit bead013

Please sign in to comment.