changeset 1047:6fb16ca39125 GasConsumption

Add build for testing
author heinrichsweikamp
date Sat, 15 Nov 2025 15:16:14 +0100
parents 1d7c7a36df15
children 493a5903ec20
files Current build/OSTC4update_250620.bin Current build/OSTC4update_251115.bin Discovery/Src/settings.c
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
Binary file Current build/OSTC4update_250620.bin has changed
Binary file Current build/OSTC4update_251115.bin has changed
--- a/Discovery/Src/settings.c	Fri Nov 14 18:54:20 2025 +0100
+++ b/Discovery/Src/settings.c	Sat Nov 15 15:16:14 2025 +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 = 6;
+const uint8_t RTErequiredLow = 7;
 
 const uint8_t FONTrequiredHigh = 1;
 const uint8_t FONTrequiredLow =	0;
@@ -68,7 +68,7 @@
 {
     .versionFirst   = 1,
     .versionSecond 	= 7,
-    .versionThird   = 3,
+    .versionThird   = 4,
     .versionBeta    = 0,
 
     /* 4 bytes with trailing 0 */