Merge pull request #144 from ohmytime/Add_model_selector

Add Model selector & some optimization for China portable
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-07-27 14:40:34 +02:00
committed by GitHub
6 changed files with 13517 additions and 12801 deletions
+2 -2
View File
@@ -97,7 +97,7 @@
// EEPROM index defines
#define EE_PRESETS_CNT 30
#define EE_CHECKBYTE_VALUE 32 // 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 273
#define EE_UINT16_FREQUENCY_FM 0
@@ -155,7 +155,7 @@
#define EE_BYTE_TOUCH_ROTATING 249
#define EE_UINT16_LOWEDGEOIRTSET 250
#define EE_UINT16_HIGHEDGEOIRTSET 254
#define EE_BYTE_COLORINVERT 258
#define EE_BYTE_HARDWARE_MODEL 258
#define EE_BYTE_POWEROPTIONS 259
#define EE_BYTE_CURRENTTHEME 260
#define EE_BYTE_FMDEFAULTSTEPSIZE 261