Skip to content

Commit

Permalink
Fixed typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody authored and helgeerbe committed Apr 5, 2023
1 parent d8a15c3 commit edaa223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Hoymiles/src/inverters/InverterAbstract.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ uint8_t InverterAbstract::verifyAllFragments(CommandAbstract* cmd)
}
}

// Last fragment is missing (thte one with 0x80)
// Last fragment is missing (the one with 0x80)
if (_rxFragmentMaxPacketId == 0) {
Hoymiles.getMessageOutput()->println(F("Last missing"));
if (_rxFragmentRetransmitCnt++ < MAX_RETRANSMIT_COUNT) {
Expand Down

0 comments on commit edaa223

Please sign in to comment.