Skip to content

Commit

Permalink
Add newline after log output
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Apr 15, 2023
1 parent 371e405 commit 1614b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Hoymiles/src/HoymilesRadio_CMT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ void HoymilesRadio_CMT::loop()
// Save packet in inverter rx buffer
Hoymiles.getMessageOutput()->printf("RX %s --> ", cmtChToFreq(f.channel).c_str());
dumpBuf(f.fragment, f.len, false);
Hoymiles.getMessageOutput()->printf("| %d dBm", f.rssi);
Hoymiles.getMessageOutput()->printf("| %d dBm\r\n", f.rssi);

inv->addRxFragment(f.fragment, f.len);
} else {
Expand Down

0 comments on commit 1614b2a

Please sign in to comment.