# HG changeset patch
# User heinrichsweikamp
# Date 1601025183 -7200
# Node ID 02e7e11fdbe8c12fdd250074b97db921ef9f1164
# Parent  d1d15b30507a22f3d24266b854c5d552f48a36d9
increase version numbers, compile with TRUST_LOG_CONSISTENCY switch

diff -r d1d15b30507a -r 02e7e11fdbe8 Current build/OSTC4update_200916.bin
Binary file Current build/OSTC4update_200916.bin has changed
diff -r d1d15b30507a -r 02e7e11fdbe8 Current build/OSTC4update_200925.bin
Binary file Current build/OSTC4update_200925.bin has changed
diff -r d1d15b30507a -r 02e7e11fdbe8 Discovery/Inc/configuration.h
--- 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 */
diff -r d1d15b30507a -r 02e7e11fdbe8 Discovery/Src/settings.c
--- 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 */
diff -r d1d15b30507a -r 02e7e11fdbe8 Small_CPU/Src/baseCPU2.c
--- 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 */