# HG changeset patch
# User ideenmodellierer
# Date 1728836036 -7200
# Node ID eea7c7c041c1ea28868c2414a5f8640b631624d2
# Parent  46a21ff3f5ab68f9db059d7afcc573ab10ce1b9e
Deactivated GNSS per default

diff -r 46a21ff3f5ab -r eea7c7c041c1 Common/Inc/configuration.h
--- 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