individualize rx offset

for nRF
This commit is contained in:
rejoe2 2024-01-29 16:44:26 +01:00 committed by GitHub
parent 1b4b5874df
commit e5ce1f5094
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 210 additions and 129 deletions

View file

@ -14,7 +14,7 @@
class HeuristicInv {
public:
HeuristicInv() {
memset(txRfQuality, -6, RF_MAX_CHANNEL_ID);
memset(txRfQuality, 0, RF_MAX_CHANNEL_ID);
}
public: