Skip to content

Commit

Permalink
Avoid canary stack trace
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile committed Nov 6, 2023
1 parent cf0b2a2 commit 1481b96
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 @@ -872,7 +872,7 @@ void setupBTTasksAndBLE() {
xTaskCreatePinnedToCore(
procBLETask, /* Function to implement the task */
"procBLETask", /* Name of the task */
7000, /* Stack size in bytes */
8000, /* Stack size in bytes */
NULL, /* Task input parameter */
2, /* Priority of the task (set higher than core task) */
&xProcBLETaskHandle, /* Task handle. */
Expand Down

0 comments on commit 1481b96

Please sign in to comment.