mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
parent
bd88242fea
commit
71e9fbdc0f
8 changed files with 75 additions and 67 deletions
|
@ -120,7 +120,7 @@ class Display {
|
|||
if (iv->isAvailable()) { // consider only radio quality of inverters still communicating
|
||||
int8_t maxQInv = -6;
|
||||
for(uint8_t ch = 0; ch < RF_MAX_CHANNEL_ID; ch++) {
|
||||
int8_t q = iv->txRfQuality[ch];
|
||||
int8_t q = iv->heuristics.txRfQuality[ch];
|
||||
if (q > maxQInv)
|
||||
maxQInv = q;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue