mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-02-02 23:57:44 +05:00
fix: move OpenThermTask to 0 core
This commit is contained in:
@@ -43,7 +43,7 @@ protected:
|
||||
}
|
||||
|
||||
BaseType_t getTaskCore() override {
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int getTaskPriority() override {
|
||||
|
||||
Reference in New Issue
Block a user