Fixed AF after RDS loss (again)
This commit is contained in:
@@ -661,7 +661,6 @@ void loop() {
|
||||
Communication();
|
||||
|
||||
if (!menu && !afscreen) {
|
||||
|
||||
if (af && dropout && millis() >= aftimer + 1000) {
|
||||
aftimer = millis();
|
||||
frequency = radio.TestAF();
|
||||
|
||||
Reference in New Issue
Block a user