comparison Discovery/Src/settings.c @ 341:591c03a1e68d

change max. allowed surface pressure to 1030hPa (As in the small OSTC) Change Firmware to 1.5.1 Change RTE to 2.0 Create install file for testing and release
author heinrichsweikamp
date Sun, 06 Oct 2019 14:07:51 +0200
parents 38367bb982b8
children 14fd5f35cb50
comparison
equal deleted inserted replaced
340:0756013e43b3 341:591c03a1e68d
53 53
54 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) = 54 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) =
55 { 55 {
56 .versionFirst = 1, 56 .versionFirst = 1,
57 .versionSecond = 5, 57 .versionSecond = 5,
58 .versionThird = 0, 58 .versionThird = 1,
59 .versionBeta = 0, 59 .versionBeta = 0,
60 60
61 /* 4 bytes with trailing 0 */ 61 /* 4 bytes with trailing 0 */
62 .signature = "mh", 62 .signature = "mh",
63 63
64 .release_year = 19, 64 .release_year = 19,
65 .release_month = 8, 65 .release_month = 10,
66 .release_day = 5, 66 .release_day = 6,
67 .release_sub = 0, 67 .release_sub = 0,
68 68
69 /* max 48 with trailing 0 */ 69 /* max 48 with trailing 0 */
70 //release_info ="12345678901234567890123456789012345678901" 70 //release_info ="12345678901234567890123456789012345678901"
71 .release_info ="gcc_2nd", 71 .release_info ="gcc_2nd",