changeset 990:d63584d6428d GasConsumption tip

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 (22 hours ago)
parents c317130aaafc
children
files Discovery/Src/settings.c Documentations/hwos4_interface_v15.odt Documentations/hwos4_interface_v15.pdf Small_CPU/Src/baseCPU2.c
diffstat 4 files changed, 6 insertions(+), 6 deletions(-) [+]
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 */
Binary file Documentations/hwos4_interface_v15.odt has changed
Binary file Documentations/hwos4_interface_v15.pdf has changed
--- a/Small_CPU/Src/baseCPU2.c	Tue Apr 08 15:10:14 2025 +0200
+++ b/Small_CPU/Src/baseCPU2.c	Sat Apr 12 12:21:49 2025 +0200
@@ -172,7 +172,7 @@
 // See CPU2-RTE.ld
 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= {
 		.versionFirst = 3,
-		.versionSecond = 4,
+		.versionSecond = 5,
 		.versionThird = 0,
 		.versionBeta = 0,