Skip to content

Commit a06fba1

Browse files
committed
Increase task stack to accomodate remote logging handler
1 parent d5dd8d6 commit a06fba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

button.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ QueueHandle_t * button_init(unsigned long long pin_select) {
136136
}
137137

138138
// Spawn a task to monitor the pins
139-
xTaskCreate(&button_task, "button_task", 2048, NULL, 10, NULL);
139+
xTaskCreate(&button_task, "button_task", 4096, NULL, 10, NULL);
140140

141141
return queue;
142142
}

0 commit comments

Comments
 (0)