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 fb16908 commit 296ca5eCopy full SHA for 296ca5e
Firmware/RTK_Surveyor/settings.h
@@ -142,7 +142,7 @@ struct struct_settings {
142
bool printDebugMessages = false;
143
bool enableSD = true;
144
bool enableDisplay = true;
145
- int maxLogTime_minutes = 60 * 10; //Default to 10 hours
+ int maxLogTime_minutes = 60 * 24; //Default to 24 hours
146
int observationSeconds = 60; //Default survey in time of 60 seconds
147
float observationPositionAccuracy = 5.0; //Default survey in pos accy of 5m
148
bool fixedBase = false; //Use survey-in by default
0 commit comments