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 120082e commit 827cc6eCopy full SHA for 827cc6e
Firmware/RTK_Surveyor/Begin.ino
@@ -598,6 +598,8 @@ void beginGNSS()
598
if (USE_SPI_GNSS)
599
{
600
SPI.begin(); // Begin SPI here - beginSD has not yet been called
601
+
602
+ theGNSS._enableCheckUbloxLock = true; // Enable simple checkUblox locking
603
604
// setFileBufferSize must be called _before_ .begin
605
// Use gnssHandlerBufferSize for now. TODO: work out if the SPI GNSS needs its own buffer size setting
0 commit comments