From 0c6d79ed266c42ef73ad7e9ae7190032395f63bc Mon Sep 17 00:00:00 2001 From: Marcelo Bezerra <23555060+mmosca@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:42:42 +0200 Subject: [PATCH 1/2] Remove mention of UBLOX7. --- docs/Settings.md | 2 +- src/main/fc/settings.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Settings.md b/docs/Settings.md index a217a26a981..b599a739776 100644 --- a/docs/Settings.md +++ b/docs/Settings.md @@ -1594,7 +1594,7 @@ Minimum number of GPS satellites in view to acquire GPS_FIX and consider GPS pos ### gps_provider -Which GPS protocol to be used, note that UBLOX is 5Hz and UBLOX7 is 10Hz (M8N). +Which GPS protocol to be used. | Default | Min | Max | | --- | --- | --- | diff --git a/src/main/fc/settings.yaml b/src/main/fc/settings.yaml index b8ab782ee96..eb0c9806b42 100644 --- a/src/main/fc/settings.yaml +++ b/src/main/fc/settings.yaml @@ -1666,7 +1666,7 @@ groups: condition: USE_GPS members: - name: gps_provider - description: "Which GPS protocol to be used, note that UBLOX is 5Hz and UBLOX7 is 10Hz (M8N)." + description: "Which GPS protocol to be used." default_value: "UBLOX" field: provider table: gps_provider From 964c9d495e0f0787947f68450104ef6ab01361b1 Mon Sep 17 00:00:00 2001 From: Marcelo Bezerra <23555060+mmosca@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:49:43 +0200 Subject: [PATCH 2/2] Another mention of UBLOX7 squashed --- docs/Settings.md | 2 +- src/main/fc/settings.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Settings.md b/docs/Settings.md index b599a739776..da0b77f8ce1 100644 --- a/docs/Settings.md +++ b/docs/Settings.md @@ -1614,7 +1614,7 @@ Which SBAS mode to be used ### gps_ublox_nav_hz -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. +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. | Default | Min | Max | | --- | --- | --- | diff --git a/src/main/fc/settings.yaml b/src/main/fc/settings.yaml index eb0c9806b42..52d6d63f66e 100644 --- a/src/main/fc/settings.yaml +++ b/src/main/fc/settings.yaml @@ -1721,7 +1721,7 @@ groups: min: 5 max: 10 - name: gps_ublox_nav_hz - 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." + 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." default_value: 10 field: ubloxNavHz type: uint8_t