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; }