Browse Source

Increase HMS2000 retransmit attempts for diagnostics

pull/1895/head
123fenix 3 weeks ago
parent
commit
9a6351e897
  1. 2
      src/hm/CommQueue.h

2
src/hm/CommQueue.h

@ -26,7 +26,7 @@ template <uint8_t N=100>
#endif #endif
class CommQueue { class CommQueue {
protected: /* types */ protected: /* types */
static constexpr uint8_t DefaultAttempts = 5; static constexpr uint8_t DefaultAttempts = 13;
static constexpr uint8_t MoreAttemptsAlarmData = 3; static constexpr uint8_t MoreAttemptsAlarmData = 3;
static constexpr uint8_t MoreAttemptsGridProfile = 0; static constexpr uint8_t MoreAttemptsGridProfile = 0;

Loading…
Cancel
Save