Fix: Font was not stored in flash, minor font update

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-12-30 18:55:03 +01:00
parent 6722c094f2
commit b4aae13006
2 changed files with 1538 additions and 1649 deletions

View File

@@ -1940,6 +1940,7 @@ void ModeButtonPress() {
EEPROM.writeByte(EE_BYTE_SPISPEED, spispeed);
EEPROM.writeByte(EE_BYTE_AMSCANSENS, amscansens);
EEPROM.writeByte(EE_BYTE_FMSCANSENS, fmscansens);
EEPROM.writeByte(EE_BYTE_FREQFONT, freqfont);
EEPROM.commit();
if (af == 2) radio.rds.afreg = true; else radio.rds.afreg = false;
if (!usesquelch) radio.setUnMute();

File diff suppressed because it is too large Load Diff