Merge pull request #458 from ohmytime/Fix_87.5

Fix FM87.5 can't save to channel
This commit is contained in:
ohmytime
2023-11-30 10:33:23 +08:00
committed by GitHub
+2 -2
View File
@@ -107,7 +107,7 @@
// EEPROM index defines // EEPROM index defines
#define EE_PRESETS_CNT 99 #define EE_PRESETS_CNT 99
#define EE_CHECKBYTE_VALUE 42 // 0 ~ 255,add new entry, change for new value #define EE_CHECKBYTE_VALUE 36 // 0 ~ 255,add new entry, change for new value
#define EE_TOTAL_CNT 821 #define EE_TOTAL_CNT 821
#define EE_UINT16_FREQUENCY_FM 0 #define EE_UINT16_FREQUENCY_FM 0
@@ -191,7 +191,7 @@
#define EE_PRESET_BW_START 224 #define EE_PRESET_BW_START 224
#define EE_PRESET_MS_START 324 #define EE_PRESET_MS_START 324
#define EE_PRESETS_START 424 #define EE_PRESETS_START 424
#define EE_PRESETS_FREQUENCY 8750 #define EE_PRESETS_FREQUENCY 10800
// End of EEPROM index defines // End of EEPROM index defines