Skip to content

Commit

Permalink
Update enable_l5_band_and_override_health_status.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bboyho authored Mar 14, 2024
1 parent 7fc6c6a commit ecf058d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/enable_l5_band_and_override_health_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To do this using the Arduino Library, users can add `myGNSS.setVal8(UBLOX_CFG_

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

myGNSS.setVal8(UBLOX_CFG_SIGNAL_GPS_L5_ENA, 1); // Make sure the GPS L5 band is enabled (needed on the NEO-F10N)
myGNSS.setVal8(UBLOX_CFG_SIGNAL_GPS_L5_ENA, 1); // Make sure the GPS L5 band is enabled (needed on the NEO-F9P)

myGNSS.setGPSL5HealthOverride(true); // Mark L5 signals as healthy - store in RAM and BBR

Expand Down

0 comments on commit ecf058d

Please sign in to comment.