diff Discovery/Src/settings.c @ 286:733877ab87d9

Minor: Some Texts fixed, allign RTErequired* values with RTE firmware
author heinrichsweikamp
date Mon, 06 May 2019 09:00:58 +0200
parents 2f0eb65df557
children d8e86af78474
line wrap: on
line diff
--- a/Discovery/Src/settings.c	Sun May 05 11:06:02 2019 +0200
+++ b/Discovery/Src/settings.c	Mon May 06 09:00:58 2019 +0200
@@ -36,7 +36,7 @@
 SSettings Settings;
 
 const uint8_t RTErequiredHigh = 1;
-const uint8_t RTErequiredLow = 7;
+const uint8_t RTErequiredLow = 8;
 
 const uint8_t FONTrequiredHigh = 1;
 const uint8_t FONTrequiredLow =	0;
@@ -56,19 +56,19 @@
     .versionFirst   = 1,
     .versionSecond 	= 4,
     .versionThird   = 8,
-    .versionBeta    = 1,
+    .versionBeta    = 0,
 
     /* 4 bytes with trailing 0 */
     .signature = "mh",
 
     .release_year = 19,
-    .release_month = 3,
-    .release_day = 10,
+    .release_month = 5,
+    .release_day = 6,
     .release_sub = 0,
 
     /* max 48 with trailing 0 */
     //release_info ="12345678901234567890123456789012345678901"
-    .release_info  ="gcc_1st",
+    .release_info  ="gcc_2nd",
 
     /* for safety reasons and coming functions */
     .magic[0] = FIRMWARE_MAGIC_FIRST,