# HG changeset patch
# User heinrichsweikamp
# Date 1612533230 -3600
# Node ID 6738028de84718005c682429db9007cee6d4ee4b
# Parent  96daa2aa31a818abeffa5b0739df8f9a02983812
Update RTE required value for release

diff -r 96daa2aa31a8 -r 6738028de847 Current build/OSTC4update_210205.bin
Binary file Current build/OSTC4update_210205.bin has changed
diff -r 96daa2aa31a8 -r 6738028de847 Discovery/Src/settings.c
--- a/Discovery/Src/settings.c	Fri Feb 05 14:50:18 2021 +0100
+++ b/Discovery/Src/settings.c	Fri Feb 05 14:53:50 2021 +0100
@@ -39,7 +39,7 @@
 SSettings Settings;
 
 const uint8_t RTErequiredHigh = 2;
-const uint8_t RTErequiredLow = 5;
+const uint8_t RTErequiredLow = 6;
 
 const uint8_t FONTrequiredHigh = 1;
 const uint8_t FONTrequiredLow =	0;