We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923bcad commit 4ca4e3eCopy full SHA for 4ca4e3e
1 file changed
include/LoadContainer.hpp
@@ -28,7 +28,7 @@ class LoadContainer {
28
false}, // 4
29
TaskInfo{vTaskConfigure, "Cfg", 1024, nullptr, 10, nullptr, 0,
30
false}, // 5
31
- TaskInfo{vTaskStatusLED, "LED", 1024, nullptr, 2, nullptr, 0,
+ TaskInfo{vTaskStatusLED, "LED", 2048, nullptr, 2, nullptr, 0,
32
false}, // 6
33
TaskInfo{vTaskLogData, "Log", 4096, nullptr, 1, nullptr, 0, false} // 7
34
};
0 commit comments