# HG changeset patch
# User heinrichsweikamp
# Date 1608195132 -3600
# Node ID b1c489b503b96829ac45f60a0b5408ab28ce87fe
# Parent  85ba20760ad49f3847b58ad9f70e10ff9f71eb36
Update current build, "RTErequired" value and release date

diff -r 85ba20760ad4 -r b1c489b503b9 Current build/OSTC4update_201121.bin
Binary file Current build/OSTC4update_201121.bin has changed
diff -r 85ba20760ad4 -r b1c489b503b9 Current build/OSTC4update_201217.bin
Binary file Current build/OSTC4update_201217.bin has changed
diff -r 85ba20760ad4 -r b1c489b503b9 Discovery/Src/settings.c
--- a/Discovery/Src/settings.c	Wed Dec 16 09:43:11 2020 +0100
+++ b/Discovery/Src/settings.c	Thu Dec 17 09:52:12 2020 +0100
@@ -39,7 +39,7 @@
 SSettings Settings;
 
 const uint8_t RTErequiredHigh = 2;
-const uint8_t RTErequiredLow = 4;
+const uint8_t RTErequiredLow = 5;
 
 const uint8_t FONTrequiredHigh = 1;
 const uint8_t FONTrequiredLow =	0;
@@ -65,8 +65,8 @@
     .signature = "mh",
 
     .release_year = 20,
-    .release_month = 9,
-    .release_day = 25,
+    .release_month = 12,
+    .release_day = 15,
     .release_sub = 0,
 
     /* max 48 with trailing 0 */