# HG changeset patch # User heinrichsweikamp # Date 1660901264 -7200 # Node ID 49b164022335621c5e7ed987ad177c99d82ab572 # Parent 2a800dfe64f6c0572c10130f1dd5c9aa17f3fa81 1.6.0 release diff -r 2a800dfe64f6 -r 49b164022335 Current build/OSTC4update_220806.bin Binary file Current build/OSTC4update_220806.bin has changed diff -r 2a800dfe64f6 -r 49b164022335 Current build/OSTC4update_220819.bin Binary file Current build/OSTC4update_220819.bin has changed diff -r 2a800dfe64f6 -r 49b164022335 Discovery/Src/settings.c --- a/Discovery/Src/settings.c Sat Aug 06 11:10:56 2022 +0200 +++ b/Discovery/Src/settings.c Fri Aug 19 11:27:44 2022 +0200 @@ -59,16 +59,16 @@ const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) = { .versionFirst = 1, - .versionSecond = 5, - .versionThird = 10, + .versionSecond = 6, + .versionThird = 0, .versionBeta = 0, /* 4 bytes with trailing 0 */ .signature = "mh", .release_year = 22, - .release_month = 03, - .release_day = 12, + .release_month = 8, + .release_day = 19, .release_sub = 0, /* max 48 with trailing 0 */ diff -r 2a800dfe64f6 -r 49b164022335 Small_CPU/Src/baseCPU2.c --- a/Small_CPU/Src/baseCPU2.c Sat Aug 06 11:10:56 2022 +0200 +++ b/Small_CPU/Src/baseCPU2.c Fri Aug 19 11:27:44 2022 +0200 @@ -168,14 +168,14 @@ .versionFirst = 2, .versionSecond = 9, .versionThird = 0, - .versionBeta = 1, + .versionBeta = 0, /* 4 bytes with trailing 0 */ .signature = "mh", .release_year = 22, - .release_month = 3, - .release_day = 12, + .release_month = 8, + .release_day = 19, .release_sub = 0, /* max 48 with trailing 0 */