Mercurial > public > ostc4
changeset 588:b1c489b503b9
Update current build, "RTErequired" value and release date
author | heinrichsweikamp |
---|---|
date | Thu, 17 Dec 2020 09:52:12 +0100 |
parents | 85ba20760ad4 |
children | 8d95bab5bf6a |
files | Current build/OSTC4update_201121.bin Current build/OSTC4update_201217.bin Discovery/Src/settings.c |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 */