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