@@ -936,7 +936,7 @@ volatile bool deadManWalking;
936
936
\
937
937
/* Turn on nearly all the debug prints */ \
938
938
settings.debugCorrections = true ; \
939
- settings.debugGnss = true ; \
939
+ settings.debugGnss = false ; \
940
940
settings.debugHttpClientData = true ; \
941
941
settings.debugHttpClientState = true ; \
942
942
settings.debugLora = true ; \
@@ -981,7 +981,7 @@ volatile bool deadManWalking;
981
981
\
982
982
/* Turn on nearly all the debug prints */ \
983
983
settings.debugCorrections = true ; \
984
- settings.debugGnss = true ; \
984
+ settings.debugGnss = false ; \
985
985
settings.debugHttpClientData = false ; \
986
986
settings.debugHttpClientState = true ; \
987
987
settings.debugLora = false ; \
@@ -1181,7 +1181,7 @@ void setup()
1181
1181
loadSettings (); // Attempt to load settings after SD is started so we can read the settings file if available
1182
1182
1183
1183
// DEBUG_NEARLY_EVERYTHING // Debug nearly all the things
1184
- DEBUG_THE_ESSENTIALS // Debug the essentials - handy for measuring the boot time after a factory reset
1184
+ // DEBUG_THE_ESSENTIALS // Debug the essentials - handy for measuring the boot time after a factory reset
1185
1185
1186
1186
DMW_b (" checkArrayDefaults" );
1187
1187
checkArrayDefaults (); // Check for uninitialized arrays that won't be initialized by gnssConfigure
0 commit comments