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;