Skip to content

Commit 827cc6e

Browse files
committed
Enable checkUblox locking
1 parent 120082e commit 827cc6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/RTK_Surveyor/Begin.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,8 @@ void beginGNSS()
598598
if (USE_SPI_GNSS)
599599
{
600600
SPI.begin(); // Begin SPI here - beginSD has not yet been called
601+
602+
theGNSS._enableCheckUbloxLock = true; // Enable simple checkUblox locking
601603

602604
// setFileBufferSize must be called _before_ .begin
603605
// Use gnssHandlerBufferSize for now. TODO: work out if the SPI GNSS needs its own buffer size setting

0 commit comments

Comments
 (0)