mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
1mb
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user