From 0390251b0091cca88c5cbad293f22b6aa5cab515 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Tue, 21 May 2024 12:16:35 +0200 Subject: [PATCH] Added OIRT to FM DX scan --- TEF6686_ESP32.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index 4986f30..af93310 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -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;