рабочая версия с аналоговым сенсором

This commit is contained in:
Dmitry Borisenko
2022-01-15 16:30:34 +01:00
parent b6c714bec8
commit ea68905f4e
8 changed files with 114 additions and 135 deletions

View File

@@ -36,4 +36,6 @@ void IoTSensor::regEvent(String value, String consoleInfo = "") {
SerialPrint("I", "Sensor", "'" + _id + "' data: " + String(value) + "' " + consoleInfo);
}
void IoTSensor::doByInterval() {}
void IoTSensor::doByInterval() {}
IoTSensor* myIoTSensor;