retransmit review

- look at how many frames are missing first
- more "second try" if inverter is available (dependent on attempts)
This commit is contained in:
rejoe2 2024-01-25 11:10:44 +01:00 committed by GitHub
parent d8af398208
commit 1118407019
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 47 additions and 27 deletions

View file

@ -12,8 +12,8 @@
#include "../utils/dbg.h"
#define DEFAULT_ATTEMPS 5
#define MORE_ATTEMPS_ALARMDATA 8
#define MORE_ATTEMPS_GRIDONPROFILEPARA 5
#define MORE_ATTEMPS_ALARMDATA 0 // 8
#define MORE_ATTEMPS_GRIDONPROFILEPARA 0 // 5
template <uint8_t N=100>
class CommQueue {