diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index 505692c..2850c9d 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -625,7 +625,7 @@ void loop() { if (power == true) { Communication(); - if (!menu && !afpage) { + if (!menu && !afscreen) { if (band == BAND_FM && af && radio.rds.correctPI != 0) { if ((aftest && millis() >= aftimer + 3000) || ((USN > 250 || WAM > 250) && millis() >= aftimer + 1000)) { aftimer = millis();