diff --git a/main/inputs.c b/main/inputs.c index 5fc459d..825c8c5 100644 --- a/main/inputs.c +++ b/main/inputs.c @@ -55,7 +55,7 @@ void initInputs(void) BaseType_t taskCreated = xTaskCreate( taskInput, // Function to implement the task "taskInput", // Task name - 2048, // Stack size (in words, not bytes) + 4096, // Stack size (in words, not bytes) NULL, // Parameters to the task function (none in this case) 5, // Task priority (higher number = higher priority) NULL // Task handle (optional)