From 3b05a37833fa871267516d5b6d7b682c536e7e4d Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Tue, 21 Jan 2025 17:21:00 +0100 Subject: [PATCH] Removed the need to have a memorychannel set when using DX scanner in Exclude mode --- src/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui.cpp b/src/gui.cpp index 170574a..86fb114 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -5996,7 +5996,7 @@ void DoMenu() { case DXMODE: switch (menuoption) { case ITEM1: - if (presets[scanstart].band == BAND_FM && presets[scanstart].frequency == EE_PRESETS_FREQUENCY) { + if (presets[scanstart].band == BAND_FM && presets[scanstart].frequency == EE_PRESETS_FREQUENCY && scanmem) { Infoboxprint(myLanguage[language][214]); OneBigLineSprite.pushSprite(24, 118); } else {