You've already forked TEF6686_ESP32
Fix: Font was not stored in flash, minor font update
This commit is contained in:
@@ -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();
|
||||
|
||||
3186
src/FREQFONT.h
3186
src/FREQFONT.h
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user