You've already forked TEF6686_ESP32
Removed the need to have a memorychannel set when using DX scanner in Exclude mode
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user