From 1ca0b201798f9cd5fab30b3d23a25bd3df0a776c Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <67171972+IoTManagerProject@users.noreply.github.com> Date: Thu, 1 Dec 2022 17:07:48 +0100 Subject: [PATCH] =?UTF-8?q?=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D0=B9=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=D0=BD=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/exec/MySensors/MySensorsGate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/exec/MySensors/MySensorsGate.cpp b/src/modules/exec/MySensors/MySensorsGate.cpp index efc00cf3..d6be44d1 100644 --- a/src/modules/exec/MySensors/MySensorsGate.cpp +++ b/src/modules/exec/MySensors/MySensorsGate.cpp @@ -11,7 +11,7 @@ void receive(const MyMessage& message) { String(message.getCommand()) + "," + // command parseToString(message) + ";"; // value - Serial.println("=>" + inMsg); + // Serial.println("=>" + inMsg); mysensorBuf += inMsg; }