You've already forked TEF6686_ESP32
Added autologger to DX mode
This commit is contained in:
@@ -225,9 +225,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 2281 // Total occupied eeprom bytes
|
||||
#define EE_TOTAL_CNT 2282 // Total occupied eeprom bytes
|
||||
#else
|
||||
#define EE_TOTAL_CNT 2276 // Total occupied eeprom bytes
|
||||
#define EE_TOTAL_CNT 2277 // Total occupied eeprom bytes
|
||||
#endif
|
||||
|
||||
#define EE_PRESETS_BAND_START 0 // 99 * 1 byte
|
||||
@@ -345,10 +345,11 @@
|
||||
#define EE_UINT16_CALTOUCH4 2266
|
||||
#define EE_UINT16_CALTOUCH5 2270
|
||||
#define EE_BYTE_INVERTDISPLAY 2274
|
||||
#define EE_BYTE_NTPOFFSET 2275
|
||||
#define EE_BYTE_NTPOFFSET 2275
|
||||
#define EE_BYTE_AUTOLOG 2276
|
||||
#ifdef HAS_AIR_BAND
|
||||
#define EE_BYTE_AIRSTEPSIZE 2276
|
||||
#define EE_UINT16_FREQUENCY_AIR 2277
|
||||
#define EE_BYTE_AIRSTEPSIZE 2277
|
||||
#define EE_UINT16_FREQUENCY_AIR 2278
|
||||
#endif
|
||||
// End of EEPROM index defines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user