changeset 1068:3c3fb9f4edc4 Icon_Integration tip

Increase version number for testing
author heinrichsweikamp
date Tue, 17 Feb 2026 12:22:47 +0100
parents a7ed4eb3142b
children
files Current build/OSTC4update_251115.bin Current build/OSTC4update_260217.bin Discovery/Src/settings.c Discovery/Src/text_multilanguage.c Small_CPU/Src/baseCPU2.c
diffstat 5 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
Binary file Current build/OSTC4update_251115.bin has changed
Binary file Current build/OSTC4update_260217.bin has changed
--- a/Discovery/Src/settings.c	Tue Feb 17 09:49:37 2026 +0100
+++ b/Discovery/Src/settings.c	Tue Feb 17 12:22:47 2026 +0100
@@ -49,7 +49,7 @@
 SSettings Profile[NUMBER_OF_PROFILES];	/* may be optimized if RAM is getting short. profile copies are only used by profile dialog */
 												/* static structure is used to keep things simple avoiding larger code changes */
 const uint8_t RTErequiredHigh = 3;
-const uint8_t RTErequiredLow = 7;
+const uint8_t RTErequiredLow = 8;
 
 const uint8_t FONTrequiredHigh = 1;
 const uint8_t FONTrequiredLow =	0;
@@ -68,15 +68,15 @@
 {
     .versionFirst   = 1,
     .versionSecond 	= 7,
-    .versionThird   = 5,
-    .versionBeta    = 1,
+    .versionThird   = 6,
+    .versionBeta    = 0,
 
     /* 4 bytes with trailing 0 */
     .signature = "mh",
 
-    .release_year = 25,
-    .release_month = 12,
-    .release_day = 15,
+    .release_year = 26,
+    .release_month = 02,
+    .release_day = 17,
     .release_sub = 0,
 
     /* max 48 with trailing 0 */
--- a/Discovery/Src/text_multilanguage.c	Tue Feb 17 09:49:37 2026 +0100
+++ b/Discovery/Src/text_multilanguage.c	Tue Feb 17 12:22:47 2026 +0100
@@ -177,7 +177,7 @@
 static uint8_t text_ES_CompassCalib[] = "Calibrar brujula";
 
 static uint8_t text_EN_GFSurf[] = "GF Surface";
-static uint8_t text_DE_GFSurf[] = "";
+static uint8_t text_DE_GFSurf[] = "Surface GF";
 static uint8_t text_FR_GFSurf[] = "";
 static uint8_t text_IT_GFSurf[] = "";
 static uint8_t text_ES_GFSurf[] = "";
--- a/Small_CPU/Src/baseCPU2.c	Tue Feb 17 09:49:37 2026 +0100
+++ b/Small_CPU/Src/baseCPU2.c	Tue Feb 17 12:22:47 2026 +0100
@@ -179,9 +179,9 @@
 /* 4 bytes with trailing 0 */
 		.signature = "mh",
 
-		.release_year = 25,
-		.release_month = 6,
-		.release_day = 9,
+		.release_year = 26,
+		.release_month = 2,
+		.release_day = 17,
 		.release_sub = 0,
 
 		/* max 48 with trailing 0 */