Fixed problem with slow update while holding on DX scanner

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-08-31 20:27:56 +02:00
parent 19d9fc9f32
commit 8834f5f37f

View File

@@ -895,7 +895,7 @@ void loop() {
flashingtimer = millis();
}
delay(100);
if (!scanholdflag) delay(100);
radio.getStatus(SStatus, USN, WAM, OStatus, BW, MStatus, CN);
if (RabbitearsUser.length() && RabbitearsPassword.length() && region == REGION_US && radio.rds.correctPI != 0 && frequency >= 8810 && frequency <= 10790 && !(frequency % 10) && ((frequency / 10) % 2)) {