Fixed typo in comment
This commit is contained in:
parent
8959795304
commit
041249523e
@ -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) {
|
if (_rxFragmentMaxPacketId == 0) {
|
||||||
Hoymiles.getMessageOutput()->println(F("Last missing"));
|
Hoymiles.getMessageOutput()->println(F("Last missing"));
|
||||||
if (_rxFragmentRetransmitCnt++ < MAX_RETRANSMIT_COUNT) {
|
if (_rxFragmentRetransmitCnt++ < MAX_RETRANSMIT_COUNT) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user