diff Discovery/Src/settings.c @ 1019:67e3dbc4d212 GasConsumption

make sure version number is increased after releases
author heinrichsweikamp
date Mon, 09 Jun 2025 09:45:21 +0200
parents 5924a2d1d3ba
children 92d5e07d1a05
line wrap: on
line diff
--- a/Discovery/Src/settings.c	Mon Jun 09 09:42:16 2025 +0200
+++ b/Discovery/Src/settings.c	Mon Jun 09 09:45:21 2025 +0200
@@ -47,7 +47,7 @@
 SSettings Settings;
 
 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;
@@ -66,15 +66,15 @@
 {
     .versionFirst   = 1,
     .versionSecond 	= 7,
-    .versionThird   = 2,
+    .versionThird   = 3,
     .versionBeta    = 0,
 
     /* 4 bytes with trailing 0 */
     .signature = "mh",
 
     .release_year = 25,
-    .release_month = 4,
-    .release_day = 8,
+    .release_month = 6,
+    .release_day = 9,
     .release_sub = 0,
 
     /* max 48 with trailing 0 */