mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-22 02:37:11 +02:00
parent
c71377011b
commit
df2e840751
6 changed files with 114 additions and 65 deletions
|
@ -19,11 +19,14 @@ class HeuristicInv {
|
|||
|
||||
public:
|
||||
int8_t txRfQuality[RF_MAX_CHANNEL_ID]; // heuristics tx quality (check 'Heuristics.h')
|
||||
uint8_t txRfChId = 0; // RF TX channel id
|
||||
uint8_t txRfChId = 0; // RF TX channel id
|
||||
uint8_t lastBestTxChId = 0;
|
||||
|
||||
uint8_t testPeriodSendCnt = 0;
|
||||
uint8_t testPeriodFailCnt = 0;
|
||||
uint8_t testChId = 0;
|
||||
uint8_t testPeriodSendCnt = 0;
|
||||
uint8_t testPeriodFailCnt = 0;
|
||||
uint8_t testChId = 0;
|
||||
int8_t saveOldTestQuality = -6;
|
||||
uint8_t lastRxFragments = 0;
|
||||
};
|
||||
|
||||
#endif /*__HEURISTIC_INV_H__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue