From 8834f5f37ff22818fc3f3827892b0f1687db4b01 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Sat, 31 Aug 2024 20:27:56 +0200 Subject: [PATCH] Fixed problem with slow update while holding on DX scanner --- TEF6686_ESP32.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index bb153c3..7f2bb28 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -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)) {