Skip to content

Commit 3a24464

Browse files
committed
Increase stack size for WebSerial task
1 parent 628cfdb commit 3a24464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sp140/sp140.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ void setupTasks() {
754754
xTaskCreate(
755755
webSerialTask,
756756
"WebSerial",
757-
1280,
757+
3072, // Larger stack for ArduinoJson parsing & CDC handling
758758
NULL,
759759
1,
760760
&webSerialTaskHandle);

0 commit comments

Comments
 (0)