diff --git a/src/hm/Heuristic.h b/src/hm/Heuristic.h index 7364f4724..1675eda44 100644 --- a/src/hm/Heuristic.h +++ b/src/hm/Heuristic.h @@ -27,7 +27,7 @@ class Heuristic { id = i; } } - if(bestQuality > -6) + if(bestQuality == -6) iv->txRfChId = (iv->txRfChId + 1) % RF_MAX_CHANNEL_ID; // next channel else iv->txRfChId = id; // best quality channel