changeset 695:49b164022335 Betatest

1.6.0 release
author heinrichsweikamp
date Fri, 19 Aug 2022 11:27:44 +0200
parents 2a800dfe64f6
children cc542448fb28
files Current build/OSTC4update_220806.bin Current build/OSTC4update_220819.bin Discovery/Src/settings.c Small_CPU/Src/baseCPU2.c
diffstat 4 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
Binary file Current build/OSTC4update_220806.bin has changed
Binary file Current build/OSTC4update_220819.bin has changed
--- a/Discovery/Src/settings.c	Sat Aug 06 11:10:56 2022 +0200
+++ b/Discovery/Src/settings.c	Fri Aug 19 11:27:44 2022 +0200
@@ -59,16 +59,16 @@
 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) =
 {
     .versionFirst   = 1,
-    .versionSecond 	= 5,
-    .versionThird   = 10,
+    .versionSecond 	= 6,
+    .versionThird   = 0,
     .versionBeta    = 0,
 
     /* 4 bytes with trailing 0 */
     .signature = "mh",
 
     .release_year = 22,
-    .release_month = 03,
-    .release_day = 12,
+    .release_month = 8,
+    .release_day = 19,
     .release_sub = 0,
 
     /* max 48 with trailing 0 */
--- a/Small_CPU/Src/baseCPU2.c	Sat Aug 06 11:10:56 2022 +0200
+++ b/Small_CPU/Src/baseCPU2.c	Fri Aug 19 11:27:44 2022 +0200
@@ -168,14 +168,14 @@
 		.versionFirst = 2,
 		.versionSecond = 9,
 		.versionThird = 0,
-		.versionBeta = 1,
+		.versionBeta = 0,
 
 /* 4 bytes with trailing 0 */
 		.signature = "mh",
 
 		.release_year = 22,
-		.release_month = 3,
-		.release_day = 12,
+		.release_month = 8,
+		.release_day = 19,
 		.release_sub = 0,
 
 		/* max 48 with trailing 0 */