Always disable AF when using DX scan
This commit is contained in:
+1
-1
@@ -861,7 +861,7 @@ void loop() {
|
|||||||
rdsflagreset = false;
|
rdsflagreset = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!menu && !afscreen) {
|
if (!menu && !afscreen && !scandxmode) {
|
||||||
if (af != 0 && dropout && millis() >= aftimer + 1000) {
|
if (af != 0 && dropout && millis() >= aftimer + 1000) {
|
||||||
aftimer = millis();
|
aftimer = millis();
|
||||||
frequency = radio.TestAF();
|
frequency = radio.TestAF();
|
||||||
|
|||||||
Reference in New Issue
Block a user