From e813a3a7967a419d9c7b6287536583aa46d0674b Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Wed, 19 Mar 2025 13:58:42 +0100 Subject: [PATCH] Finalising stable release v2.20 --- src/constants.h | 2 +- src/language.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.h b/src/constants.h index abe0eb3..19f93f9 100644 --- a/src/constants.h +++ b/src/constants.h @@ -225,7 +225,7 @@ // EEPROM index defines #define EE_PRESETS_CNT 99 // When set > 99 change the complete EEPROM adressing! -#define EE_CHECKBYTE_VALUE 10 // 0 ~ 255,add new entry, change for new value +#define EE_CHECKBYTE_VALUE 20 // 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 2292 // Total occupied eeprom bytes diff --git a/src/language.h b/src/language.h index e6cbda1..3ae5a9f 100644 --- a/src/language.h +++ b/src/language.h @@ -1,7 +1,7 @@ #ifndef LANGUAGE_H #define LANGUAGE_H -#define VERSION "v2.11.27 RC" +#define VERSION "v2.20" // [number of languages][number of texts]