mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-12 19:24:27 +05:00
Compatible with ESP32
This commit is contained in:
@@ -6,6 +6,9 @@ public:
|
||||
SensorsTask(bool _enabled = false, unsigned long _interval = 0) : LeanTask(_enabled, _interval) {}
|
||||
|
||||
protected:
|
||||
const char* taskName = "Sensors task";
|
||||
const int taskCore = 2;
|
||||
|
||||
OneWire* oneWireOutdoorSensor;
|
||||
OneWire* oneWireIndoorSensor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user