Skip to content

Commit 3324a63

Browse files
authored
Merge pull request #10220 from iNavFlight/mmosca-doc-update
Update gps_provider documentaion
2 parents 6139c20 + 964c9d4 commit 3324a63

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/Settings.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ Minimum number of GPS satellites in view to acquire GPS_FIX and consider GPS pos
15941594

15951595
### gps_provider
15961596

1597-
Which GPS protocol to be used, note that UBLOX is 5Hz and UBLOX7 is 10Hz (M8N).
1597+
Which GPS protocol to be used.
15981598

15991599
| Default | Min | Max |
16001600
| --- | --- | --- |
@@ -1614,7 +1614,7 @@ Which SBAS mode to be used
16141614

16151615
### gps_ublox_nav_hz
16161616

1617-
Navigation update rate for UBLOX7 receivers. Some receivers may limit the maximum number of satellites tracked when set to a higher rate or even stop sending navigation updates if the value is too high. Some M10 devices can do up to 25Hz. 10 is a safe value for M8 and newer.
1617+
Navigation update rate for UBLOX receivers. Some receivers may limit the maximum number of satellites tracked when set to a higher rate or even stop sending navigation updates if the value is too high. Some M10 devices can do up to 25Hz. 10 is a safe value for M8 and newer.
16181618

16191619
| Default | Min | Max |
16201620
| --- | --- | --- |

src/main/fc/settings.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1666,7 +1666,7 @@ groups:
16661666
condition: USE_GPS
16671667
members:
16681668
- name: gps_provider
1669-
description: "Which GPS protocol to be used, note that UBLOX is 5Hz and UBLOX7 is 10Hz (M8N)."
1669+
description: "Which GPS protocol to be used."
16701670
default_value: "UBLOX"
16711671
field: provider
16721672
table: gps_provider
@@ -1721,7 +1721,7 @@ groups:
17211721
min: 5
17221722
max: 10
17231723
- name: gps_ublox_nav_hz
1724-
description: "Navigation update rate for UBLOX7 receivers. Some receivers may limit the maximum number of satellites tracked when set to a higher rate or even stop sending navigation updates if the value is too high. Some M10 devices can do up to 25Hz. 10 is a safe value for M8 and newer."
1724+
description: "Navigation update rate for UBLOX receivers. Some receivers may limit the maximum number of satellites tracked when set to a higher rate or even stop sending navigation updates if the value is too high. Some M10 devices can do up to 25Hz. 10 is a safe value for M8 and newer."
17251725
default_value: 10
17261726
field: ubloxNavHz
17271727
type: uint8_t

0 commit comments

Comments
 (0)