changeset 69:1eeab3e09f4d

1.3.8 forum release
author heinrichsweikamp
date Thu, 30 Aug 2018 21:48:21 +0200
parents 10386cdcba84
children 6a6116d7b5bb c66e66f6faa7
files Discovery/Src/settings.c ostc4pack/OSTC4_Firmware.bin ostc4pack/OSTC4_RTE.bin ostc4pack/OSTC4_RTE_upload.bin ostc4pack/OSTC4_firmware_upload.bin
diffstat 5 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Discovery/Src/settings.c	Wed Aug 22 18:54:01 2018 +0200
+++ b/Discovery/Src/settings.c	Thu Aug 30 21:48:21 2018 +0200
@@ -36,7 +36,7 @@
 SSettings Settings;
 
 const uint8_t RTErequiredHigh = 1;
-const uint8_t RTErequiredLow = 1;
+const uint8_t RTErequiredLow = 4;
 
 const uint8_t FONTrequiredHigh = 0;
 const uint8_t FONTrequiredLow =	9;
@@ -55,7 +55,7 @@
 {
     .versionFirst   = 1,
     .versionSecond 	= 3,
-    .versionThird   = 5,
+    .versionThird   = 8,
     .versionBeta    = 0,
 
     /* 4 bytes with trailing 0 */
@@ -63,7 +63,7 @@
 
     .release_year = 18,
     .release_month = 8,
-    .release_day = 15,
+    .release_day = 22,
     .release_sub = 0,
 
     /* max 48 with trailing 0 */
Binary file ostc4pack/OSTC4_Firmware.bin has changed
Binary file ostc4pack/OSTC4_RTE.bin has changed
Binary file ostc4pack/OSTC4_RTE_upload.bin has changed
Binary file ostc4pack/OSTC4_firmware_upload.bin has changed