Fix for OIRT memory channels
This commit is contained in:
+1
-1
@@ -3140,7 +3140,7 @@ void DoMemoryPosTune() {
|
||||
band = memoryband[memorypos];
|
||||
}
|
||||
|
||||
if (band == BAND_FM) {
|
||||
if (band == BAND_FM || band == BAND_OIRT) {
|
||||
frequency = memory[memorypos];
|
||||
radio.SetFreq(frequency);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user