You've already forked TEF6686_ESP32
Fixed problem with slow update while holding on DX scanner
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user