Fix: AF should not happen when in AF screen
This commit is contained in:
+1
-1
@@ -625,7 +625,7 @@ void loop() {
|
|||||||
if (power == true) {
|
if (power == true) {
|
||||||
Communication();
|
Communication();
|
||||||
|
|
||||||
if (!menu && !afpage) {
|
if (!menu && !afscreen) {
|
||||||
if (band == BAND_FM && af && radio.rds.correctPI != 0) {
|
if (band == BAND_FM && af && radio.rds.correctPI != 0) {
|
||||||
if ((aftest && millis() >= aftimer + 3000) || ((USN > 250 || WAM > 250) && millis() >= aftimer + 1000)) {
|
if ((aftest && millis() >= aftimer + 3000) || ((USN > 250 || WAM > 250) && millis() >= aftimer + 1000)) {
|
||||||
aftimer = millis();
|
aftimer = millis();
|
||||||
|
|||||||
Reference in New Issue
Block a user