diff Common/Inc/data_exchange.h @ 931:5a9bc2e6112d Evo_2_23 tip

Added Sat Status Overview: In addition to the navigation data now information regarding the satelliete and signal status are visualized. To enable the a new command has been added to the communication protocol and the position view has been extended.
author Ideenmodellierer
date Tue, 03 Dec 2024 20:32:51 +0100
parents 2225c467f1e9
children
line wrap: on
line diff
--- a/Common/Inc/data_exchange.h	Tue Dec 03 20:24:06 2024 +0100
+++ b/Common/Inc/data_exchange.h	Tue Dec 03 20:32:51 2024 +0100
@@ -198,8 +198,7 @@
 		//debug
 		uint32_t pressure_uTick;
 		uint32_t compass_uTick;
-		float fLat;
-		float fLon;
+		SGnssInfo gnssInfo;
 
 } 	SExchangeData;