comparison Discovery/Src/settings.c @ 1052:3029dd4398a5 GasConsumption tip

1.7.5 beta release, fix Surface-GF
author heinrichsweikamp
date Mon, 15 Dec 2025 17:56:25 +0100
parents 88b6ab90c55a
children
comparison
equal deleted inserted replaced
1051:4b6afe5551e1 1052:3029dd4398a5
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 = 4, 71 .versionThird = 5,
72 .versionBeta = 0, 72 .versionBeta = 1,
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 = 25,
78 .release_month = 6, 78 .release_month = 12,
79 .release_day = 9, 79 .release_day = 15,
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",