Merge branch 'IoTManagerProject:ver3' into ver3

This commit is contained in:
Dmitry Borisenko
2021-12-15 00:20:04 +01:00
committed by GitHub
7 changed files with 88 additions and 13 deletions

View File

@@ -101,6 +101,7 @@ void csvCmdExecute(String& cmdStr) {
#ifdef EnableSensorUltrasonic
sCmd.addCommand(order.c_str(), ultrasonic);
#endif
//ИНТЕГРИРУЮ: Первая интеграция в ядро. Следим за наименованием
} else if (order == F("dallas-temp")) {
#ifdef EnableSensorDallas
sCmd.addCommand(order.c_str(), dallas);