changeset 431:49c3c5f0d0cb

make a 1.5.3 for tests
author heinrichsweikamp
date Tue, 18 Feb 2020 09:58:52 +0100
parents 30580cf5ee77
children 2b4440f75434
files Current build/OSTC4update_200115.bin Current build/OSTC4update_200218.bin Discovery/Src/settings.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
Binary file Current build/OSTC4update_200115.bin has changed
Binary file Current build/OSTC4update_200218.bin has changed
--- a/Discovery/Src/settings.c	Tue Feb 18 07:20:29 2020 +0000
+++ b/Discovery/Src/settings.c	Tue Feb 18 09:58:52 2020 +0100
@@ -36,8 +36,8 @@
 
 SSettings Settings;
 
-const uint8_t RTErequiredHigh = 1;
-const uint8_t RTErequiredLow = 9;
+const uint8_t RTErequiredHigh = 2;
+const uint8_t RTErequiredLow = 2;
 
 const uint8_t FONTrequiredHigh = 1;
 const uint8_t FONTrequiredLow =	0;
@@ -56,7 +56,7 @@
 {
     .versionFirst   = 1,
     .versionSecond 	= 5,
-    .versionThird   = 2,
+    .versionThird   = 3,
     .versionBeta    = 1,
 
     /* 4 bytes with trailing 0 */