Browse Source

0.8.150

fix communication
pull/1759/head
lumapu 4 months ago
parent
commit
677876a2c0
  1. 9
      src/hm/Communication.h

9
src/hm/Communication.h

@ -647,13 +647,12 @@ class Communication : public CommQueue<> {
if(q->isDevControl)
keep = !crcPass;
q->iv->mGotFragment = false;
q->iv->mGotLastMsg = false;
q->iv->miMultiParts = 0;
if(keep)
cmdReset(q); // q will be zero'ed after that command
else {
q->iv->mGotFragment = false;
q->iv->mGotLastMsg = false;
q->iv->miMultiParts = 0;
}
mIsRetransmit = false;
mCompleteRetry = false;

Loading…
Cancel
Save