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