increased memory for valve task

This commit is contained in:
Timo Volkmann 2020-07-02 22:02:19 +02:00
parent 8512deb0c3
commit 49fa6d08f4

View File

@ -86,7 +86,7 @@ void toggleValve() {
xTaskCreate(
valveTask, /* Task function. */
"valveTask", /* String with name of task. */
512, /* Stack size in bytes. */
2048, /* Stack size in bytes. */
NULL, /* Parameter passed as input of the task */
1, /* Priority of the task. */
NULL); /* Task handle. */