dht working

This commit is contained in:
Dmitry Borisenko
2020-12-24 01:41:15 +01:00
parent 5955743426
commit 99134cb6fd
5 changed files with 19 additions and 26 deletions

View File

@@ -74,11 +74,8 @@ void csvCmdExecute(String& cmdStr) {
sCmd.addCommand(order.c_str(), dallas);
}
#ifdef SensorDhtEnabled
else if (order == F("dht-temp")) {
//sCmd.addCommand(order.c_str(), dhtTmp);
}
else if (order == F("dht-hum")) {
//sCmd.addCommand(order.c_str(), dhtHum);
else if (order == F("dht")) {
sCmd.addCommand(order.c_str(), dhtSensor);
}
#endif
#ifdef SensorBme280Enabled