Merge branch 'main' into New_Model_DP_666
This commit is contained in:
+1
-1
@@ -835,7 +835,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;
|
||||
|
||||
Reference in New Issue
Block a user