Skip to content

Commit 0ed4448

Browse files
committed
Add spm,Static,,auto - see #12
1 parent 5dae587 commit 0ed4448

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Firmware/GNSSDO_Firmware/GNSS.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,12 @@ bool initializeGNSS()
236236
return false;
237237
}
238238

239+
if (!sendWithResponse("spm, Static, , auto\n\r", "PVTMode"))
240+
{
241+
systemPrintln("GNSS FAIL (PVTMode)");
242+
return false;
243+
}
244+
239245
// Copy current configuration into boot
240246
if (!sendWithResponse("eccf, Current, Boot\n\r", "CopyConfigFile", 5000))
241247
{

0 commit comments

Comments
 (0)