Fix tune mode error

tune mode MI BAND is disable when restart
This commit is contained in:
kevin
2023-06-23 16:04:22 +08:00
parent c0d4e6f7df
commit d44cbdd96a

View File

@@ -1071,6 +1071,7 @@ void SelectBand() {
if (band != BAND_FM) {
seek = false;
if (tunemode == TUNE_AUTO) tunemode = TUNE_MAN;
if (tunemode == TUNE_MI_BAND && band != BAND_SW) tunemode = TUNE_MAN;
BWreset = true;
BWset = 2;
freqold = frequency_AM;