This commit is contained in:
Dmitry Borisenko
2020-12-16 19:28:44 +01:00
parent 2fc82c3311
commit 8f08459a5a
86 changed files with 17 additions and 3502 deletions

View File

@@ -9,7 +9,6 @@
#include "items/vLogging.h"
#include "items/vImpulsOut.h"
#include "items/vCountDown.h"
#include "items/SensorModbusClass.h"
void loopCmdAdd(const String& cmdStr) {
orderBuf += cmdStr;
@@ -88,11 +87,6 @@ void csvCmdExecute(String& cmdStr) {
else if (order == F("bmp280-press")) {
sCmd.addCommand(order.c_str(), bmp280Press);
}
#endif
#ifdef SensorModbusEnabled
else if (order == F("modbus")) {
sCmd.addCommand(order.c_str(), modbus);
}
#endif
else if (order == F("uptime")) {
sCmd.addCommand(order.c_str(), sysUptime);