Skip to content

Commit 7d50130

Browse files
committed
missed \n -> debug(PSTR("version mismatch\n"));
1 parent b599f1f commit 7d50130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/MySensor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ boolean MySensor::process() {
275275
msg.sender, msg.last, msg.destination, msg.sensor, mGetCommand(msg), msg.type, mGetPayloadType(msg), mGetLength(msg), msg.getString(convBuf));
276276

277277
if(!(mGetVersion(msg) == PROTOCOL_VERSION)) {
278-
debug(PSTR("version mismatch"));
278+
debug(PSTR("version mismatch\n"));
279279
return false;
280280
}
281281

0 commit comments

Comments
 (0)