From 953a252fac707da2cf4206d18528047aa26f032a Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Wed, 22 May 2024 23:06:10 +0200 Subject: [PATCH] In FMDX scanner, when current memory channel is in range, start from there --- TEF6686_ESP32.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index cde98b5..08efae0 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -4398,7 +4398,7 @@ void endMenu() { } void startFMDXScan() { - memorypos = scanstart; + if (memorypos > scanstop || memorypos < scanstart) memorypos = scanstart; scanmodeold = tunemode; if (scanmem) { tunemode = TUNE_MEM;