changeset 908:eea7c7c041c1 Evo_2_23 tip

Deactivated GNSS per default
author ideenmodellierer
date Sun, 13 Oct 2024 18:13:56 +0200
parents 46a21ff3f5ab
children
files Common/Inc/configuration.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Common/Inc/configuration.h	Sun Oct 13 18:13:35 2024 +0200
+++ b/Common/Inc/configuration.h	Sun Oct 13 18:13:56 2024 +0200
@@ -88,6 +88,6 @@
 #define ENABLE_FAST_COMM
 
 /* Enable to have position sensor support active */
-#define ENABLE_GNSS
+/* #define ENABLE_GNSS */
 
 #endif