Skip to content

Commit

Permalink
Fixed problem with slow update while holding on DX scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
PE5PVB committed Aug 31, 2024
1 parent 19d9fc9 commit 8834f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TEF6686_ESP32.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 8834f5f

Please sign in to comment.