mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-28 05:37:21 +02:00
0.8.57
* merge PR: MI-MQTT and last retransmit #1363 * fixed DTU-ID, now built from the unique part of the MAC * fix lang in `/system` #1346
This commit is contained in:
parent
c68c3a365f
commit
358344ad6d
7 changed files with 20 additions and 15 deletions
|
@ -144,14 +144,14 @@ class Communication : public CommQueue<> {
|
|||
} else {
|
||||
if(IV_MI == q->iv->ivGen)
|
||||
q->iv->mIvTxCnt++;
|
||||
if(mFirstTry){
|
||||
if(mFirstTry) {
|
||||
mFirstTry = false;
|
||||
mState = States::START;
|
||||
setAttempt();
|
||||
mHeu.evalTxChQuality(q->iv, false, 0, 0);
|
||||
//q->iv->radioStatistics.rxFailNoAnser++;
|
||||
q->iv->radioStatistics.retransmits++;
|
||||
mWaitTime.stopTimeMonitor();
|
||||
mState = States::START;
|
||||
|
||||
/*if(*mSerialDebug) {
|
||||
DPRINT_IVID(DBG_INFO, q->iv->id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue