Removed the need to have a memorychannel set when using DX scanner in Exclude mode

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-01-21 17:21:00 +01:00
parent 9ec8b1a90a
commit 3b05a37833

View File

@@ -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 {