This commit is contained in:
Sjef Verhoeven PE5PVB
2024-12-20 15:22:54 +01:00
+1
View File
@@ -4219,6 +4219,7 @@ void TuneDown() {
radio.SetFreqAM(frequency_AM);
frequency_MW = frequency_AM;
} else if (band == BAND_SW) {
if (rotaryaccelerate && rotarycounter > 2) temp *= 2;
frequency_AM -= temp;
if (frequency_AM < SWLowEdgeSet) {
frequency_AM = SWHighEdgeSet;