We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb24812 commit fa48f74Copy full SHA for fa48f74
Firmware/GNSSDO_Firmware/settings.h
@@ -266,7 +266,7 @@ typedef struct
266
bool enablePrintRtcSync = false;
267
bool enablePrintIdleTime = false;
268
uint8_t enablePrintConditions = 2; // 0 : disabled; 1 : enabled (text); 2 : enabled (CSV)
269
- bool enablePrintConsumers = true;
+ bool enablePrintConsumers = false;
270
uint32_t periodicPrintInterval_ms = 1000;
271
bool enablePrintGNSSMessages = false;
272
bool enablePrintRingBufferOffsets = false;
0 commit comments