From 9a6351e897916ec19bb857950d278e45540f665b Mon Sep 17 00:00:00 2001 From: 123fenix Date: Fri, 31 Jul 2026 13:38:10 +0200 Subject: [PATCH] Increase HMS2000 retransmit attempts for diagnostics --- src/hm/CommQueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hm/CommQueue.h b/src/hm/CommQueue.h index 8f11c31c..c01718c6 100644 --- a/src/hm/CommQueue.h +++ b/src/hm/CommQueue.h @@ -26,7 +26,7 @@ template #endif class CommQueue { protected: /* types */ - static constexpr uint8_t DefaultAttempts = 5; + static constexpr uint8_t DefaultAttempts = 13; static constexpr uint8_t MoreAttemptsAlarmData = 3; static constexpr uint8_t MoreAttemptsGridProfile = 0;