Compatible with ESP32

This commit is contained in:
Yurii
2023-11-11 05:01:36 +03:00
parent 6de6f7d138
commit a255dda8dd
13 changed files with 264 additions and 66 deletions

View File

@@ -11,6 +11,9 @@ public:
RegulatorTask(bool _enabled = false, unsigned long _interval = 0) : LeanTask(_enabled, _interval) {}
protected:
const char* taskName = "Regulator task";
const int taskCore = 2;
bool tunerInit = false;
byte tunerState = 0;
byte tunerRegulator = 0;