mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-22 10:47:11 +02:00
individualize rx offset
for nRF
This commit is contained in:
parent
1b4b5874df
commit
e5ce1f5094
9 changed files with 210 additions and 129 deletions
|
@ -14,7 +14,7 @@
|
|||
class HeuristicInv {
|
||||
public:
|
||||
HeuristicInv() {
|
||||
memset(txRfQuality, -6, RF_MAX_CHANNEL_ID);
|
||||
memset(txRfQuality, 0, RF_MAX_CHANNEL_ID);
|
||||
}
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue