Skip to content

Commit fa48f74

Browse files
committed
Update settings.h
1 parent cb24812 commit fa48f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/GNSSDO_Firmware/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ typedef struct
266266
bool enablePrintRtcSync = false;
267267
bool enablePrintIdleTime = false;
268268
uint8_t enablePrintConditions = 2; // 0 : disabled; 1 : enabled (text); 2 : enabled (CSV)
269-
bool enablePrintConsumers = true;
269+
bool enablePrintConsumers = false;
270270
uint32_t periodicPrintInterval_ms = 1000;
271271
bool enablePrintGNSSMessages = false;
272272
bool enablePrintRingBufferOffsets = false;

0 commit comments

Comments
 (0)