* merge PR: add defines for retry attempts #1329
This commit is contained in:
lumapu 2024-01-07 02:42:42 +01:00
parent c9325a614b
commit 135a1f8032
2 changed files with 1 additions and 1 deletions

View file

@ -119,7 +119,6 @@ class Communication : public CommQueue<> {
setAttempt();
if((q->cmd == AlarmData) || (q->cmd == GridOnProFilePara))
incrAttempt(q->cmd == AlarmData? MORE_ATTEMPS_ALARMDATA : MORE_ATTEMPS_GRIDONPROFILEPARA);
/// statt 5:3
mState = States::WAIT;
break;