последние изменения

This commit is contained in:
Dmitry Borisenko
2020-12-21 20:51:59 +01:00
parent d9672d17b0
commit 0df63ba642
2 changed files with 13 additions and 11 deletions

View File

@@ -86,7 +86,7 @@ void csvCmdExecute(String& cmdStr) {
sCmd.addCommand(order.c_str(), bme280Temp);
}
else if (order == F("bme280-hum")) {
//sCmd.addCommand(order.c_str(), bme280Hum);
sCmd.addCommand(order.c_str(), bme280Hum);
}
else if (order == F("bme280-press")) {
sCmd.addCommand(order.c_str(), bme280Press);