Mercurial > public > ostc4
comparison Discovery/Src/settings.c @ 1068:3c3fb9f4edc4 Icon_Integration
Increase version number for testing
| author | heinrichsweikamp |
|---|---|
| date | Tue, 17 Feb 2026 12:22:47 +0100 |
| parents | 3c73180fde1d |
| children |
comparison
equal
deleted
inserted
replaced
| 1067:a7ed4eb3142b | 1068:3c3fb9f4edc4 |
|---|---|
| 47 SSettings Settings; | 47 SSettings Settings; |
| 48 | 48 |
| 49 SSettings Profile[NUMBER_OF_PROFILES]; /* may be optimized if RAM is getting short. profile copies are only used by profile dialog */ | 49 SSettings Profile[NUMBER_OF_PROFILES]; /* may be optimized if RAM is getting short. profile copies are only used by profile dialog */ |
| 50 /* static structure is used to keep things simple avoiding larger code changes */ | 50 /* static structure is used to keep things simple avoiding larger code changes */ |
| 51 const uint8_t RTErequiredHigh = 3; | 51 const uint8_t RTErequiredHigh = 3; |
| 52 const uint8_t RTErequiredLow = 7; | 52 const uint8_t RTErequiredLow = 8; |
| 53 | 53 |
| 54 const uint8_t FONTrequiredHigh = 1; | 54 const uint8_t FONTrequiredHigh = 1; |
| 55 const uint8_t FONTrequiredLow = 0; | 55 const uint8_t FONTrequiredLow = 0; |
| 56 | 56 |
| 57 uint8_t RTEactualHigh = 0; | 57 uint8_t RTEactualHigh = 0; |
| 66 | 66 |
| 67 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) = | 67 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) = |
| 68 { | 68 { |
| 69 .versionFirst = 1, | 69 .versionFirst = 1, |
| 70 .versionSecond = 7, | 70 .versionSecond = 7, |
| 71 .versionThird = 5, | 71 .versionThird = 6, |
| 72 .versionBeta = 1, | 72 .versionBeta = 0, |
| 73 | 73 |
| 74 /* 4 bytes with trailing 0 */ | 74 /* 4 bytes with trailing 0 */ |
| 75 .signature = "mh", | 75 .signature = "mh", |
| 76 | 76 |
| 77 .release_year = 25, | 77 .release_year = 26, |
| 78 .release_month = 12, | 78 .release_month = 02, |
| 79 .release_day = 15, | 79 .release_day = 17, |
| 80 .release_sub = 0, | 80 .release_sub = 0, |
| 81 | 81 |
| 82 /* max 48 with trailing 0 */ | 82 /* max 48 with trailing 0 */ |
| 83 //release_info ="12345678901234567890123456789012345678901" | 83 //release_info ="12345678901234567890123456789012345678901" |
| 84 .release_info ="gcc_2nd", | 84 .release_info ="gcc_2nd", |
