Update Example19_LBand_Corrections_with_NEO-D9S.ino

This commit is contained in:
Michael Ammann
2022-02-14 13:58:32 +01:00
committed by GitHub
parent 505bffd532
commit 3000efbb91
@@ -147,6 +147,8 @@ void setup()
if (ok) ok = myGNSS.setNavigationFrequency(1); //Set output in Hz.
if (ok) ok = myGNSS.setVal8(UBLOX_CFG_SPARTN_USE_SOURCE, 1); // use LBAND PMP message
//Configure the SPARTN IP Dynamic Keys
//"When the receiver boots, the host should send 'current' and 'next' keys in one message." - Use setDynamicSPARTNKeys for this.
//"Every time the 'current' key is expired, 'next' takes its place."