Always disable AF when using DX scan

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-04-12 10:19:19 +02:00
parent 24a7a52664
commit 72ee4857db

View File

@@ -861,7 +861,7 @@ void loop() {
rdsflagreset = false;
}
if (!menu && !afscreen) {
if (!menu && !afscreen && !scandxmode) {
if (af != 0 && dropout && millis() >= aftimer + 1000) {
aftimer = millis();
frequency = radio.TestAF();