mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-02-04 00:27:45 +05:00
refactor: reduced tasks stack size
This commit is contained in:
@@ -51,6 +51,10 @@ protected:
|
||||
return "Main";
|
||||
}
|
||||
|
||||
uint32_t getTaskStackSize() override {
|
||||
return 6000;
|
||||
}
|
||||
|
||||
/*BaseType_t getTaskCore() override {
|
||||
return 1;
|
||||
}*/
|
||||
|
||||
Reference in New Issue
Block a user