mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 03:49:13 +03:00
лишний принт
This commit is contained in:
@@ -11,7 +11,7 @@ void receive(const MyMessage& message) {
|
|||||||
String(message.getCommand()) + "," + // command
|
String(message.getCommand()) + "," + // command
|
||||||
parseToString(message) + ";"; // value
|
parseToString(message) + ";"; // value
|
||||||
|
|
||||||
Serial.println("=>" + inMsg);
|
// Serial.println("=>" + inMsg);
|
||||||
|
|
||||||
mysensorBuf += inMsg;
|
mysensorBuf += inMsg;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user