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 e3db373 commit bfd9ee4Copy full SHA for bfd9ee4
Firmware/RTK_Surveyor/System.ino
@@ -154,7 +154,10 @@ bool configureUbloxModule()
154
response &= theGNSS.addCfgValset(UBLOX_CFG_USBINPROT_NMEA, 1);
155
response &= theGNSS.addCfgValset(UBLOX_CFG_USBINPROT_RTCM3X, 1);
156
if (commandSupported(UBLOX_CFG_USBINPROT_SPARTN) == true)
157
- response &= theGNSS.addCfgValset(UBLOX_CFG_USBINPROT_SPARTN, 0);
+ {
158
+ //See issue: https://github.com/sparkfun/SparkFun_RTK_Firmware/issues/713
159
+ response &= theGNSS.addCfgValset(UBLOX_CFG_USBINPROT_SPARTN, 1);
160
+ }
161
162
if (commandSupported(UBLOX_CFG_NAVSPG_INFIL_MINCNO) == true)
163
{
0 commit comments