You've already forked TEF6686_ESP32
Fix: AF should not happen when in AF screen
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user