From 2f4a280dcf27373948ca86509bbe160c84196952 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <67171972+IoTManagerProject@users.noreply.github.com> Date: Sat, 15 Jan 2022 00:14:36 +0100 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D1=82=D1=80=D0=B0=D1=85=D0=B0?= =?UTF-8?q?=D0=BB=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Configuration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Configuration.cpp b/src/Configuration.cpp index f004e4b0..f1c1b650 100644 --- a/src/Configuration.cpp +++ b/src/Configuration.cpp @@ -11,7 +11,7 @@ void configure(String& path) { } else if (subtype == F("pwm-out")) { //============================= } else if (subtype == F("analog-adc")) { - //iotSensors.push_back(IoTSensorAnalog(jsonArrayElement)); + // iotSensors.push_back(new IoTSensorAnalog(jsonArrayElement)); } else { SerialPrint(F("E"), F("Config"), F("config.json error, type not exist")); }