Added option to disable display when XDRGTK is connected
This commit is contained in:
+7
-6
@@ -196,9 +196,9 @@
|
||||
|
||||
// EEPROM index defines
|
||||
#define EE_PRESETS_CNT 99
|
||||
#define EE_CHECKBYTE_VALUE 2 // 0 ~ 255,add new entry, change for new value
|
||||
#define EE_CHECKBYTE_VALUE 3 // 0 ~ 255,add new entry, change for new value
|
||||
|
||||
#define EE_TOTAL_CNT 823
|
||||
#define EE_TOTAL_CNT 824
|
||||
#define EE_UINT16_FREQUENCY_FM 0
|
||||
#define EE_BYTE_VOLSET 4
|
||||
#define EE_BYTE_STEREO 5
|
||||
@@ -278,10 +278,11 @@
|
||||
#define EE_BYTE_FMSCANSENS 123
|
||||
#define EE_BYTE_FREQFONT 124
|
||||
#define EE_BYTE_SKIN 125
|
||||
#define EE_PRESETS_BAND_START 126
|
||||
#define EE_PRESET_BW_START 226
|
||||
#define EE_PRESET_MS_START 326
|
||||
#define EE_PRESETS_START 426
|
||||
#define EE_BYTE_XDRGTKMUTE 126
|
||||
#define EE_PRESETS_BAND_START 127
|
||||
#define EE_PRESET_BW_START 227
|
||||
#define EE_PRESET_MS_START 327
|
||||
#define EE_PRESETS_START 427
|
||||
#define EE_PRESETS_FREQUENCY 0
|
||||
|
||||
// End of EEPROM index defines
|
||||
|
||||
Reference in New Issue
Block a user