mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-15 11:04:16 +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.
|
||||
xTaskCreatePinnedToCore(clientCheckTask, // task
|
||||
"clientCheckTask", // name for task
|
||||
4096, // size of task stack
|
||||
8192, // size of task stack
|
||||
NULL, // parameters
|
||||
1, // priority
|
||||
&clientCheckTaskHandle,
|
||||
|
Reference in New Issue
Block a user