diff Discovery/Inc/tStructure.h @ 949:c6b858f2e025 Evo_2_23 tip

GNSS UTC in Date-Time menu: The UTC time provided by the gnss module is not shown in the date-time settings menu. If a valid time signal is available then the OSTC RTC may be set to it by selecting the UTC menu entry. The time zone has to be selected manually. This is possible using a separate edit line.
author Ideenmodellierer
date Sun, 22 Dec 2024 21:19:21 +0100
parents 44599695df41
children
line wrap: on
line diff
--- a/Discovery/Inc/tStructure.h	Sun Dec 22 21:15:05 2024 +0100
+++ b/Discovery/Inc/tStructure.h	Sun Dec 22 21:19:21 2024 +0100
@@ -316,8 +316,9 @@
 #define StMSYS1_DDMMYY	_MB(2,8,1,3,1)
 #define StMSYS1_MMDDYY	_MB(2,8,1,3,2)
 #define StMSYS1_YYMMDD	_MB(2,8,1,3,3)
-#define StMSYS1_DST		_MB(2,8,1,4,0)
-#define StMSYS1_12HR    _MB(2,8,1,5,0)
+#define StMSYS1_12HR    _MB(2,8,1,4,0)
+#define StMSYS1_GNSSDT  _MB(2,8,1,5,0)
+#define StMSYS1_ZONE	_MB(2,8,1,6,0)
 
 #define StMSYS_Timer	_MB(2,8,2,1,0)