mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-16 03:24:15 +02:00
Larger stack for clientCheckTask - WebUI SD list overflowed it
This commit is contained in:
@@ -114,7 +114,7 @@ void client_init() {
|
|||||||
// after WebUI attaches.
|
// after WebUI attaches.
|
||||||
xTaskCreatePinnedToCore(clientCheckTask, // task
|
xTaskCreatePinnedToCore(clientCheckTask, // task
|
||||||
"clientCheckTask", // name for task
|
"clientCheckTask", // name for task
|
||||||
4096, // size of task stack
|
8192, // size of task stack
|
||||||
NULL, // parameters
|
NULL, // parameters
|
||||||
1, // priority
|
1, // priority
|
||||||
&clientCheckTaskHandle,
|
&clientCheckTaskHandle,
|
||||||
|
Reference in New Issue
Block a user