Mercurial > public > ostc4
changeset 533:02e7e11fdbe8 1.5.5 release
increase version numbers, compile with TRUST_LOG_CONSISTENCY switch
author | heinrichsweikamp |
---|---|
date | Fri, 25 Sep 2020 11:13:03 +0200 |
parents | d1d15b30507a |
children | 39684aa19f28 |
files | Current build/OSTC4update_200916.bin Current build/OSTC4update_200925.bin Discovery/Inc/configuration.h Discovery/Src/settings.c Small_CPU/Src/baseCPU2.c |
diffstat | 5 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/Discovery/Inc/configuration.h Wed Sep 16 10:52:57 2020 +0200 +++ b/Discovery/Inc/configuration.h Fri Sep 25 11:13:03 2020 +0200 @@ -38,7 +38,7 @@ /* #define ALWAYS_SHOW_VOLTAGE */ /* Enable this to skip coplete scan of dive log during startup */ -/* #define TRUST_LOG_CONSISTENCY */ +#define TRUST_LOG_CONSISTENCY /* Enable this to transfer additional data list last dive ID and last sample index during raw data requests */ /* define SEND_DATA_DETAILS */
--- a/Discovery/Src/settings.c Wed Sep 16 10:52:57 2020 +0200 +++ b/Discovery/Src/settings.c Fri Sep 25 11:13:03 2020 +0200 @@ -57,15 +57,15 @@ { .versionFirst = 1, .versionSecond = 5, - .versionThird = 4, + .versionThird = 5, .versionBeta = 0, /* 4 bytes with trailing 0 */ .signature = "mh", .release_year = 20, - .release_month = 6, - .release_day = 30, + .release_month = 9, + .release_day = 25, .release_sub = 0, /* max 48 with trailing 0 */
--- a/Small_CPU/Src/baseCPU2.c Wed Sep 16 10:52:57 2020 +0200 +++ b/Small_CPU/Src/baseCPU2.c Fri Sep 25 11:13:03 2020 +0200 @@ -164,7 +164,7 @@ // See CPU2-RTE.ld const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { .versionFirst = 2, - .versionSecond = 4, + .versionSecond = 5, .versionThird = 0, .versionBeta = 0, @@ -172,8 +172,8 @@ .signature = "mh", .release_year = 20, - .release_month = 6, - .release_day = 30, + .release_month = 9, + .release_day = 25, .release_sub = 0, /* max 48 with trailing 0 */