Added OIRT to FM DX scan
This commit is contained in:
+1
-1
@@ -804,7 +804,7 @@ void loop() {
|
|||||||
if (scanmem) {
|
if (scanmem) {
|
||||||
memorypos++;
|
memorypos++;
|
||||||
if (memorypos > scanstop) memorypos = scanstart;
|
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++;
|
memorypos++;
|
||||||
if (memorypos > scanstop) {
|
if (memorypos > scanstop) {
|
||||||
memorypos = scanstart;
|
memorypos = scanstart;
|
||||||
|
|||||||
Reference in New Issue
Block a user