comparison Discovery/Src/settings.c @ 382:14fd5f35cb50 MotionDetection

merge default
author Ideenmodellierer
date Thu, 10 Oct 2019 22:26:03 +0200
parents 4bb5ceebfaf9 591c03a1e68d
children ebc2b571a0b9
comparison
equal deleted inserted replaced
381:695434a6dcf6 382:14fd5f35cb50
54 54
55 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) = 55 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) =
56 { 56 {
57 .versionFirst = 1, 57 .versionFirst = 1,
58 .versionSecond = 5, 58 .versionSecond = 5,
59 .versionThird = 0, 59 .versionThird = 1,
60 .versionBeta = 0, 60 .versionBeta = 0,
61 61
62 /* 4 bytes with trailing 0 */ 62 /* 4 bytes with trailing 0 */
63 .signature = "mh", 63 .signature = "mh",
64 64
65 .release_year = 19, 65 .release_year = 19,
66 .release_month = 8, 66 .release_month = 10,
67 .release_day = 5, 67 .release_day = 6,
68 .release_sub = 0, 68 .release_sub = 0,
69 69
70 /* max 48 with trailing 0 */ 70 /* max 48 with trailing 0 */
71 //release_info ="12345678901234567890123456789012345678901" 71 //release_info ="12345678901234567890123456789012345678901"
72 .release_info ="gcc_2nd", 72 .release_info ="gcc_2nd",