Skip to content

Commit 3000efb

Browse files
authored
Update Example19_LBand_Corrections_with_NEO-D9S.ino
1 parent 505bffd commit 3000efb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/ZED-F9P/Example19_LBand_Corrections_with_NEO-D9S/Example19_LBand_Corrections_with_NEO-D9S.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ void setup()
146146
if (ok) ok = myGNSS.setDGNSSConfiguration(SFE_UBLOX_DGNSS_MODE_FIXED); // Set the differential mode - ambiguities are fixed whenever possible
147147

148148
if (ok) ok = myGNSS.setNavigationFrequency(1); //Set output in Hz.
149-
149+
150+
if (ok) ok = myGNSS.setVal8(UBLOX_CFG_SPARTN_USE_SOURCE, 1); // use LBAND PMP message
151+
150152
//Configure the SPARTN IP Dynamic Keys
151153
//"When the receiver boots, the host should send 'current' and 'next' keys in one message." - Use setDynamicSPARTNKeys for this.
152154
//"Every time the 'current' key is expired, 'next' takes its place."

0 commit comments

Comments
 (0)