increased memory for valve task
This commit is contained in:
parent
8512deb0c3
commit
49fa6d08f4
@ -86,7 +86,7 @@ void toggleValve() {
|
|||||||
xTaskCreate(
|
xTaskCreate(
|
||||||
valveTask, /* Task function. */
|
valveTask, /* Task function. */
|
||||||
"valveTask", /* String with name of task. */
|
"valveTask", /* String with name of task. */
|
||||||
512, /* Stack size in bytes. */
|
2048, /* Stack size in bytes. */
|
||||||
NULL, /* Parameter passed as input of the task */
|
NULL, /* Parameter passed as input of the task */
|
||||||
1, /* Priority of the task. */
|
1, /* Priority of the task. */
|
||||||
NULL); /* Task handle. */
|
NULL); /* Task handle. */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user