Finalising stable release v2.20

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-03-19 13:58:42 +01:00
parent aed3b95ec1
commit e813a3a796
2 changed files with 2 additions and 2 deletions

View File

@@ -225,7 +225,7 @@
// EEPROM index defines // EEPROM index defines
#define EE_PRESETS_CNT 99 // When set > 99 change the complete EEPROM adressing! #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! #define EE_PRESETS_FREQUENCY 0 // Default value when memory channel should be skipped!
#ifdef HAS_AIR_BAND #ifdef HAS_AIR_BAND
#define EE_TOTAL_CNT 2292 // Total occupied eeprom bytes #define EE_TOTAL_CNT 2292 // Total occupied eeprom bytes

View File

@@ -1,7 +1,7 @@
#ifndef LANGUAGE_H #ifndef LANGUAGE_H
#define LANGUAGE_H #define LANGUAGE_H
#define VERSION "v2.11.27 RC" #define VERSION "v2.20"
// [number of languages][number of texts] // [number of languages][number of texts]