Merge branch 'main' into New_Model_DP_666

This commit is contained in:
Leon
2024-05-22 13:29:47 +08:00
5 changed files with 234 additions and 136 deletions
+1 -1
View File
@@ -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;