Merge pull request #111 from ohmytime/Bigfix

Fix : band forbidden status toggle
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-07-23 11:43:12 +02:00
committed by GitHub
+2
View File
@@ -1733,6 +1733,8 @@ void ModeButtonPress() {
EEPROM.writeUInt(EE_UINT16_FREQUENCY_FM, frequency); EEPROM.writeUInt(EE_UINT16_FREQUENCY_FM, frequency);
} }
radio.clearRDS(fullsearchrds); radio.clearRDS(fullsearchrds);
CheckBandForbiddenFM();
CheckBandForbiddenAM();
BuildDisplay(); BuildDisplay();
ShowSignalLevel(); ShowSignalLevel();
ShowBW(); ShowBW();