From 135a1f8032fba3c42cf965b7eb63fabdc320b78b Mon Sep 17 00:00:00 2001 From: lumapu Date: Sun, 7 Jan 2024 02:42:42 +0100 Subject: [PATCH] 0.8.47 * merge PR: add defines for retry attempts #1329 --- src/CHANGES.md | 1 + src/hm/Communication.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CHANGES.md b/src/CHANGES.md index c403f8b0..cddfc86a 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -7,6 +7,7 @@ * updated U8g2 to `2.35.9` * started to convert deprecated functions of new ArduinoJson `7.0.0` * started to have german translations of all variants (environments) #925 #1199 +* merge PR: add defines for retry attempts #1329 ## 0.8.46 - 2024-01-06 * improved communication diff --git a/src/hm/Communication.h b/src/hm/Communication.h index 3c7c82a5..d0878dd5 100644 --- a/src/hm/Communication.h +++ b/src/hm/Communication.h @@ -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;