Mercurial > public > ostc4
diff Discovery/Src/settings.c @ 439:5b4c78c36b04 v1.5.3 release
1.5.3 release
author | heinrichsweikamp |
---|---|
date | Thu, 27 Feb 2020 09:13:08 +0100 |
parents | 49c3c5f0d0cb |
children | a5101c688b49 |
line wrap: on
line diff
--- a/Discovery/Src/settings.c Mon Feb 24 15:17:54 2020 +0100 +++ b/Discovery/Src/settings.c Thu Feb 27 09:13:08 2020 +0100 @@ -37,7 +37,7 @@ SSettings Settings; const uint8_t RTErequiredHigh = 2; -const uint8_t RTErequiredLow = 2; +const uint8_t RTErequiredLow = 3; const uint8_t FONTrequiredHigh = 1; const uint8_t FONTrequiredLow = 0; @@ -57,14 +57,14 @@ .versionFirst = 1, .versionSecond = 5, .versionThird = 3, - .versionBeta = 1, + .versionBeta = 0, /* 4 bytes with trailing 0 */ .signature = "mh", - .release_year = 19, - .release_month = 10, - .release_day = 6, + .release_year = 20, + .release_month = 2, + .release_day = 26, .release_sub = 0, /* max 48 with trailing 0 */