Skip to content

Commit 16a63c5

Browse files
committed
Add delay to begin datalogging
Prevents lots of failed outputs
1 parent 299a5cf commit 16a63c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firmware/RTK_Surveyor/menuLog.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ void beginDataLogging()
106106
else
107107
{
108108
Serial.println(F("beginDataLogging: No date/time available. No file created."));
109+
delay(1000); //Give the receiver time to get a lock
109110
online.dataLogging = false;
110111
return;
111112
}

0 commit comments

Comments
 (0)