comparison Discovery/Src/settings.c @ 588:b1c489b503b9

Update current build, "RTErequired" value and release date
author heinrichsweikamp
date Thu, 17 Dec 2020 09:52:12 +0100
parents 1c95f811967c
children 06ec1da5e105
comparison
equal deleted inserted replaced
587:85ba20760ad4 588:b1c489b503b9
37 #include "data_central.h" 37 #include "data_central.h"
38 38
39 SSettings Settings; 39 SSettings Settings;
40 40
41 const uint8_t RTErequiredHigh = 2; 41 const uint8_t RTErequiredHigh = 2;
42 const uint8_t RTErequiredLow = 4; 42 const uint8_t RTErequiredLow = 5;
43 43
44 const uint8_t FONTrequiredHigh = 1; 44 const uint8_t FONTrequiredHigh = 1;
45 const uint8_t FONTrequiredLow = 0; 45 const uint8_t FONTrequiredLow = 0;
46 46
47 uint8_t RTEactualHigh = 0; 47 uint8_t RTEactualHigh = 0;
63 63
64 /* 4 bytes with trailing 0 */ 64 /* 4 bytes with trailing 0 */
65 .signature = "mh", 65 .signature = "mh",
66 66
67 .release_year = 20, 67 .release_year = 20,
68 .release_month = 9, 68 .release_month = 12,
69 .release_day = 25, 69 .release_day = 15,
70 .release_sub = 0, 70 .release_sub = 0,
71 71
72 /* max 48 with trailing 0 */ 72 /* max 48 with trailing 0 */
73 //release_info ="12345678901234567890123456789012345678901" 73 //release_info ="12345678901234567890123456789012345678901"
74 .release_info ="gcc_2nd", 74 .release_info ="gcc_2nd",