Skip to content

Commit

Permalink
Reduce procBLETask stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile committed Jun 23, 2024
1 parent 2f7b0b7 commit f6f11c1
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
13500,
12000,
# else
8500, /* Stack size in bytes */
# endif
Expand Down

0 comments on commit f6f11c1

Please sign in to comment.