Added menu option for default MW stepsize, menu cleanup

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-30 16:49:28 +01:00
parent 2548558304
commit b5d7d053d2
5 changed files with 116 additions and 85 deletions

View File

@@ -107,9 +107,9 @@
// EEPROM index defines
#define EE_PRESETS_CNT 99
#define EE_CHECKBYTE_VALUE 38 // 0 ~ 255,add new entry, change for new value
#define EE_CHECKBYTE_VALUE 39 // 0 ~ 255,add new entry, change for new value
#define EE_TOTAL_CNT 818
#define EE_TOTAL_CNT 819
#define EE_UINT16_FREQUENCY_FM 0
#define EE_BYTE_VOLSET 4
#define EE_BYTE_STEREO 5
@@ -183,10 +183,11 @@
#define EE_STRING_XDRGTK_KEY 106 // 11 byte
#define EE_BYTE_FASTPS 118
#define EE_BYTE_TOT 119
#define EE_PRESETS_BAND_START 120
#define EE_PRESET_BW_START 220
#define EE_PRESET_MS_START 320
#define EE_PRESETS_START 420
#define EE_BYTE_MWREGION 120
#define EE_PRESETS_BAND_START 121
#define EE_PRESET_BW_START 221
#define EE_PRESET_MS_START 321
#define EE_PRESETS_START 421
#define EE_PRESETS_FREQUENCY 8750
// End of EEPROM index defines