diff Discovery/Src/settings.c @ 990:d63584d6428d GasConsumption

increase version number, add the download documentation (This really needs an update at some point...)
author heinrichsweikamp
date Sat, 12 Apr 2025 12:21:49 +0200 (2 weeks ago)
parents 22d5b477c903
children df052f0347fb
line wrap: on
line diff
--- a/Discovery/Src/settings.c	Tue Apr 08 15:10:14 2025 +0200
+++ b/Discovery/Src/settings.c	Sat Apr 12 12:21:49 2025 +0200
@@ -43,7 +43,7 @@
 SSettings Settings;
 
 const uint8_t RTErequiredHigh = 3;
-const uint8_t RTErequiredLow = 4;
+const uint8_t RTErequiredLow = 5;
 
 const uint8_t FONTrequiredHigh = 1;
 const uint8_t FONTrequiredLow =	0;
@@ -61,16 +61,16 @@
 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) =
 {
     .versionFirst   = 1,
-    .versionSecond 	= 6,
-    .versionThird   = 9,
+    .versionSecond 	= 7,
+    .versionThird   = 1,
     .versionBeta    = 0,
 
     /* 4 bytes with trailing 0 */
     .signature = "mh",
 
     .release_year = 25,
-    .release_month = 1,
-    .release_day = 18,
+    .release_month = 4,
+    .release_day = 8,
     .release_sub = 0,
 
     /* max 48 with trailing 0 */