mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-30 06:28:30 +02:00
0.8.46
* improved communication
This commit is contained in:
parent
1aa14ebf08
commit
dd225bdf79
5 changed files with 41 additions and 40 deletions
|
@ -118,7 +118,7 @@ class Communication : public CommQueue<> {
|
|||
mIsRetransmit = false;
|
||||
setAttempt();
|
||||
if((q->cmd == AlarmData) || (q->cmd == GridOnProFilePara))
|
||||
incrAttempt(q->cmd == AlarmData? 5 : 3);
|
||||
incrAttempt(15);
|
||||
|
||||
mState = States::WAIT;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue