diff Discovery/Inc/tHome.h @ 899:2225c467f1e9 Evo_2_23 tip

Added data path and visualization for position data: The GNSS data exchange is now initialized and triggered on a cyclic basis (once a second). RTE verion has been increased because of interface change. For now only the position data is shown in a T7 surface views. The functionality may be switched on/off using the compile switch ENABLE_GNSS.
author Ideenmodellierer
date Mon, 30 Sep 2024 21:56:05 +0200
parents 18946846b95b
children
line wrap: on
line diff
--- a/Discovery/Inc/tHome.h	Thu Sep 26 18:40:41 2024 +0200
+++ b/Discovery/Inc/tHome.h	Mon Sep 30 21:56:05 2024 +0200
@@ -80,6 +80,7 @@
 		CVIEW_Charger,
 		CVIEW_CcrSummary,
         CVIEW_Timer,
+		CVIEW_Position,
 		CVIEW_END			/* The ID is used in shift operation => 31 is the max number of supported views */
 };