Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bboyho committed Mar 15, 2024
2 parents 40705dc + ecf058d commit a8e59e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Repository Contents

Documentation
--------------
* **[Library](https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library)** - Arduino library for u-blox modules.
* **[Library](https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3)** - Arduino library for u-blox modules.
* **[Hookup Guide](https://docs.sparkfun.com/SparkFun_u-blox_NEO-F10N)** - Basic hookup guide for the NEO-F10N breakout board.

Product Versions
Expand Down
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 a8e59e6

Please sign in to comment.