mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-02 10:41:40 +02:00
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:
parent
d8af398208
commit
1118407019
5 changed files with 47 additions and 27 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue