mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-27 21:27:18 +02:00
discord .2902
- disable cmdDone() calls for GridProfile+GetLossRate - Typo
This commit is contained in:
parent
e8185b9e80
commit
6ec9561d7a
1 changed files with 3 additions and 3 deletions
|
@ -308,7 +308,7 @@ class Communication : public CommQueue<> {
|
||||||
else
|
else
|
||||||
ah::dumpBuf(p->packet, p->len);
|
ah::dumpBuf(p->packet, p->len);
|
||||||
} else {
|
} else {
|
||||||
DBGPRINT(F("| 0x"));
|
DBGPRINT(F("| "));
|
||||||
DHEX(p->packet[0]);
|
DHEX(p->packet[0]);
|
||||||
DBGPRINT(F(" "));
|
DBGPRINT(F(" "));
|
||||||
DBGHEXLN(p->packet[9]);
|
DBGHEXLN(p->packet[9]);
|
||||||
|
@ -466,7 +466,7 @@ class Communication : public CommQueue<> {
|
||||||
q->iv->addGridProfile(mPayload, len);
|
q->iv->addGridProfile(mPayload, len);
|
||||||
q->iv->radioStatistics.rxSuccess++;
|
q->iv->radioStatistics.rxSuccess++;
|
||||||
mHeu.evalTxChQuality(q->iv, true, (7 - q->attempts), q->iv->curFrmCnt);
|
mHeu.evalTxChQuality(q->iv, true, (7 - q->attempts), q->iv->curFrmCnt);
|
||||||
cmdDone(false);
|
//cmdDone(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -477,7 +477,7 @@ class Communication : public CommQueue<> {
|
||||||
//closeRequest(q, true); //@lumapu: Activating would crash most esp's!
|
//closeRequest(q, true); //@lumapu: Activating would crash most esp's!
|
||||||
mHeu.evalTxChQuality(q->iv, true, (9 - q->attempts), q->iv->curFrmCnt);
|
mHeu.evalTxChQuality(q->iv, true, (9 - q->attempts), q->iv->curFrmCnt);
|
||||||
q->iv->radioStatistics.rxSuccess++;
|
q->iv->radioStatistics.rxSuccess++;
|
||||||
cmdDone(false);
|
//cmdDone(false);
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
DPRINTLN(DBG_ERROR, F("record is NULL!"));
|
DPRINTLN(DBG_ERROR, F("record is NULL!"));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue