In FMDX scanner, when current memory channel is in range, start from there

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-05-22 23:06:10 +02:00
parent 604921b384
commit 953a252fac
+1 -1
View File
@@ -4398,7 +4398,7 @@ void endMenu() {
} }
void startFMDXScan() { void startFMDXScan() {
memorypos = scanstart; if (memorypos > scanstop || memorypos < scanstart) memorypos = scanstart;
scanmodeold = tunemode; scanmodeold = tunemode;
if (scanmem) { if (scanmem) {
tunemode = TUNE_MEM; tunemode = TUNE_MEM;