Fixed typo in comment

This commit is contained in:
Thomas Basler 2023-03-28 22:41:27 +02:00
parent 8959795304
commit 041249523e

View File

@ -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) {