IsReachable of the inverter was never reached
This commit is contained in:
parent
25722f6055
commit
6331210b94
@ -372,10 +372,8 @@ void HoymilesRadio_CMT::loop()
|
|||||||
CommandAbstract* cmd = _commandQueue.front().get();
|
CommandAbstract* cmd = _commandQueue.front().get();
|
||||||
uint8_t verifyResult = inv->verifyAllFragments(cmd);
|
uint8_t verifyResult = inv->verifyAllFragments(cmd);
|
||||||
if (verifyResult == FRAGMENT_ALL_MISSING_RESEND) {
|
if (verifyResult == FRAGMENT_ALL_MISSING_RESEND) {
|
||||||
Hoymiles.getMessageOutput()->println("Nothing received");
|
Hoymiles.getMessageOutput()->println("Nothing received, resend whole request");
|
||||||
// sendLastPacketAgain();
|
sendLastPacketAgain();
|
||||||
_commandQueue.pop();
|
|
||||||
_busyFlag = false;
|
|
||||||
|
|
||||||
} else if (verifyResult == FRAGMENT_ALL_MISSING_TIMEOUT) {
|
} else if (verifyResult == FRAGMENT_ALL_MISSING_TIMEOUT) {
|
||||||
Hoymiles.getMessageOutput()->println("Nothing received, resend count exeeded");
|
Hoymiles.getMessageOutput()->println("Nothing received, resend count exeeded");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user