mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-23 03:07:12 +02:00
dynamic retries
discord version 0.8.6401
This commit is contained in:
parent
7f386f07df
commit
81f7c350d0
5 changed files with 68 additions and 6 deletions
|
@ -27,6 +27,9 @@ class HeuristicInv {
|
|||
uint8_t testChId = 0;
|
||||
int8_t saveOldTestQuality = -6;
|
||||
uint8_t lastRxFragments = 0;
|
||||
bool rxSpeeds[2] = {false,false}; // is inverter responding very fast respective fast?
|
||||
uint8_t rxSpeedCnt[2] = {0,0}; // count how many messages had been received very fast respective fast (10 max)
|
||||
|
||||
};
|
||||
|
||||
#endif /*__HEURISTIC_INV_H__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue