Mercurial > public > ostc4
diff Discovery/Src/settings.c @ 762:32529dfea3b0
Preparing a 1.6.2 release candidate
author | heinrichsweikamp |
---|---|
date | Sun, 26 Mar 2023 11:27:29 +0200 |
parents | 31883eacf1fa |
children | da8126d5ea9f |
line wrap: on
line diff
--- a/Discovery/Src/settings.c Tue Mar 21 12:57:37 2023 +0100 +++ b/Discovery/Src/settings.c Sun Mar 26 11:27:29 2023 +0200 @@ -41,7 +41,7 @@ SSettings Settings; const uint8_t RTErequiredHigh = 3; -const uint8_t RTErequiredLow = 0; +const uint8_t RTErequiredLow = 1; const uint8_t FONTrequiredHigh = 1; const uint8_t FONTrequiredLow = 0; @@ -60,15 +60,15 @@ { .versionFirst = 1, .versionSecond = 6, - .versionThird = 1, - .versionBeta = 1, + .versionThird = 2, + .versionBeta = 0, /* 4 bytes with trailing 0 */ .signature = "mh", - .release_year = 22, - .release_month = 8, - .release_day = 19, + .release_year = 23, + .release_month = 3, + .release_day = 26, .release_sub = 0, /* max 48 with trailing 0 */