Skip to content

Commit

Permalink
[BT] Increase BLE task stack
Browse files Browse the repository at this point in the history
To allow to be above 500 free
  • Loading branch information
1technophile committed Jun 28, 2024
1 parent b20f2c4 commit 9ab8c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/ZgatewayBT.ino
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ void setupBTTasksAndBLE() {
procBLETask, /* Function to implement the task */
"procBLETask", /* Name of the task */
# ifdef USE_BLUFI
12000,
12500,
# else
8500, /* Stack size in bytes */
# endif
Expand Down

0 comments on commit 9ab8c74

Please sign in to comment.