Skip to content

Commit 6f5a757

Browse files
committed
Update Example1_RAWX.ino
1 parent a33a571 commit 6f5a757

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/NEO-F10N/Example1_RAWX/Example1_RAWX.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ void setup()
246246

247247
myGNSS.setMeasurementRate(5000); //Produce one solution every five seconds (RAWX produces a _lot_ of data!)
248248

249+
myGNSS.setVal8(UBLOX_CFG_SIGNAL_GPS_L5_ENA, 1); // Make sure the GPS L5 band is enabled (needed on the NEO-F9P)
250+
249251
myGNSS.setGPSL5HealthOverride(true); // Mark L5 signals as healthy - store in RAM and BBR
250252

251253
myGNSS.setLNAMode(SFE_UBLOX_LNA_MODE_NORMAL); // Set the LNA gain to normal (full). Other options: LOWGAIN, BYPASS

0 commit comments

Comments
 (0)