diff Discovery/Src/settings.c @ 644:ebe3fc302ab8

Compile with ENABLE_CHARGER_STATUS_V2
author heinrichs weikamp
date Tue, 30 Mar 2021 10:34:12 +0200
parents 13ded99ecd56
children 5f0d3dce5ef4
line wrap: on
line diff
--- a/Discovery/Src/settings.c	Wed Mar 24 22:06:00 2021 +0100
+++ b/Discovery/Src/settings.c	Tue Mar 30 10:34:12 2021 +0200
@@ -39,7 +39,7 @@
 SSettings Settings;
 
 const uint8_t RTErequiredHigh = 2;
-const uint8_t RTErequiredLow = 6;
+const uint8_t RTErequiredLow = 7;
 
 const uint8_t FONTrequiredHigh = 1;
 const uint8_t FONTrequiredLow =	0;
@@ -58,15 +58,15 @@
 {
     .versionFirst   = 1,
     .versionSecond 	= 5,
-    .versionThird   = 7,
+    .versionThird   = 8,
     .versionBeta    = 0,
 
     /* 4 bytes with trailing 0 */
     .signature = "mh",
 
     .release_year = 21,
-    .release_month = 02,
-    .release_day = 25,
+    .release_month = 03,
+    .release_day = 30,
     .release_sub = 0,
 
     /* max 48 with trailing 0 */