Fix for OIRT memory channels

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-07-28 11:53:52 +02:00
parent 0adca1ce80
commit 5aa37971de
+1 -1
View File
@@ -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 {