diff --git a/src/peripherals.cpp b/src/peripherals.cpp index f0e6e27..db4aa27 100644 --- a/src/peripherals.cpp +++ b/src/peripherals.cpp @@ -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. */