Mercurial > public > ostc4
diff Discovery/Src/settings.c @ 488:9eeab3fead8f
Added "I2C_DeInit();" in hardware detection routines. It's the recommended way
to do and solves potential issues with older OSTC4 hardware generations.
Increased RTE and RTE required numbers
updated "Current build"
author | heinrichsweikamp |
---|---|
date | Sat, 27 Jun 2020 18:40:32 +0200 |
parents | dddfe7917131 |
children | 4ce932235578 |
line wrap: on
line diff
--- a/Discovery/Src/settings.c Tue May 26 19:27:07 2020 +0000 +++ b/Discovery/Src/settings.c Sat Jun 27 18:40:32 2020 +0200 @@ -38,7 +38,7 @@ SSettings Settings; const uint8_t RTErequiredHigh = 2; -const uint8_t RTErequiredLow = 3; +const uint8_t RTErequiredLow = 4; const uint8_t FONTrequiredHigh = 1; const uint8_t FONTrequiredLow = 0; @@ -64,8 +64,8 @@ .signature = "mh", .release_year = 20, - .release_month = 4, - .release_day = 8, + .release_month = 6, + .release_day = 30, .release_sub = 0, /* max 48 with trailing 0 */