Skip to content

Commit 9a4bfe8

Browse files
committed
Disable DEBUG_THE_ESSENTIALS
1 parent d5edc78 commit 9a4bfe8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Firmware/RTK_Everywhere/RTK_Everywhere.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ volatile bool deadManWalking;
936936
\
937937
/* Turn on nearly all the debug prints */ \
938938
settings.debugCorrections = true; \
939-
settings.debugGnss = true; \
939+
settings.debugGnss = false; \
940940
settings.debugHttpClientData = true; \
941941
settings.debugHttpClientState = true; \
942942
settings.debugLora = true; \
@@ -981,7 +981,7 @@ volatile bool deadManWalking;
981981
\
982982
/* Turn on nearly all the debug prints */ \
983983
settings.debugCorrections = true; \
984-
settings.debugGnss = true; \
984+
settings.debugGnss = false; \
985985
settings.debugHttpClientData = false; \
986986
settings.debugHttpClientState = true; \
987987
settings.debugLora = false; \
@@ -1181,7 +1181,7 @@ void setup()
11811181
loadSettings(); // Attempt to load settings after SD is started so we can read the settings file if available
11821182

11831183
//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
11851185

11861186
DMW_b("checkArrayDefaults");
11871187
checkArrayDefaults(); // Check for uninitialized arrays that won't be initialized by gnssConfigure

0 commit comments

Comments
 (0)