refactor: reduced tasks stack size

This commit is contained in:
Yurii
2025-11-01 19:12:03 +03:00
parent b7825111bb
commit c78d2d0c0b
4 changed files with 16 additions and 0 deletions

View File

@@ -51,6 +51,10 @@ protected:
return "Main";
}
uint32_t getTaskStackSize() override {
return 6000;
}
/*BaseType_t getTaskCore() override {
return 1;
}*/