Skip to content

Commit e2b30a3

Browse files
committed
Extra time for eccf
1 parent bde9a8b commit e2b30a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/GNSSDO_Firmware/GNSS.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ bool initializeGNSS()
180180

181181
// Restore default configuration
182182
// Note: the IP settings set by the setIPSettings and setIPPortSettings commands keep their value
183-
while (!sendWithResponse("eccf, RxDefault, Current\n\r", "CopyConfigFile") && (retries > 0))
183+
while (!sendWithResponse("eccf, RxDefault, Current\n\r", "CopyConfigFile", 5000) && (retries > 0))
184184
{
185185
systemPrintln("No response from mosaic. Retrying - with escape sequence...");
186186
sendWithResponse("SSSSSSSSSSSSSSSSSSSS\n\r", "COM4>"); // Send escape sequence
@@ -237,7 +237,7 @@ bool initializeGNSS()
237237
}
238238

239239
// Copy current configuration into boot
240-
if (!sendWithResponse("eccf, Current, Boot\n\r", "CopyConfigFile"))
240+
if (!sendWithResponse("eccf, Current, Boot\n\r", "CopyConfigFile", 5000))
241241
{
242242
systemPrintln("GNSS FAIL (CopyConfigFile)");
243243
return false;

0 commit comments

Comments
 (0)