Added OIRT to FM DX scan

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-05-21 12:16:35 +02:00
parent 66424f7e2c
commit 0390251b00

View File

@@ -804,7 +804,7 @@ void loop() {
if (scanmem) {
memorypos++;
if (memorypos > scanstop) memorypos = scanstart;
while (IsStationEmpty() || presets[memorypos].band != BAND_FM) {
while (IsStationEmpty() || (presets[memorypos].band != BAND_FM && presets[memorypos].band != BAND_OIRT)) {
memorypos++;
if (memorypos > scanstop) {
memorypos = scanstart;