Added menuoption auto memory

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-08-04 20:33:27 +02:00
parent eba22aa41a
commit 0280cf3a03
5 changed files with 681 additions and 96 deletions
+9 -4
View File
@@ -209,9 +209,9 @@
#define EE_CHECKBYTE_VALUE 10 // 0 ~ 255,add new entry, change for new value
#define EE_PRESETS_FREQUENCY 0 // Default value when memory channel should be skipped!
#ifdef HAS_AIR_BAND
#define EE_TOTAL_CNT 2223 // Total occupied eeprom bytes
#define EE_TOTAL_CNT 2235 // Total occupied eeprom bytes
#else
#define EE_TOTAL_CNT 2218 // Total occupied eeprom bytes
#define EE_TOTAL_CNT 2229 // Total occupied eeprom bytes
#endif
#define EE_PRESETS_BAND_START 0 // 99 * 1 byte
@@ -314,9 +314,14 @@
#define EE_BYTE_LONGBANDPRESS 2215
#define EE_BYTE_SHOWCLOCK 2216
#define EE_BYTE_SHOWLONGPS 2217
#define EE_UINT16_MEMSTARTFREQ 2218
#define EE_UINT16_MEMSTOPFREQ 2222
#define EE_BYTE_MEMSTARTPOS 2226
#define EE_BYTE_MEMSTOPPOS 2227
#define EE_BYTE_MEMPIONLY 2228
#ifdef HAS_AIR_BAND
#define EE_BYTE_AIRSTEPSIZE 2118
#define EE_UINT16_FREQUENCY_AIR 2219
#define EE_BYTE_AIRSTEPSIZE 2229
#define EE_UINT16_FREQUENCY_AIR 2230
#endif
// End of EEPROM index defines