Skip to content

Commit 296ca5e

Browse files
committed
Change max log time default to 24 hours
1 parent fb16908 commit 296ca5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ struct struct_settings {
142142
bool printDebugMessages = false;
143143
bool enableSD = true;
144144
bool enableDisplay = true;
145-
int maxLogTime_minutes = 60 * 10; //Default to 10 hours
145+
int maxLogTime_minutes = 60 * 24; //Default to 24 hours
146146
int observationSeconds = 60; //Default survey in time of 60 seconds
147147
float observationPositionAccuracy = 5.0; //Default survey in pos accy of 5m
148148
bool fixedBase = false; //Use survey-in by default

0 commit comments

Comments
 (0)