Skip to content

Commit 80adbbc

Browse files
committed
Merge pull request #9890 from iNavFlight/MrD_Add-extra-description-to-the-min-ground-speed-parameter
Add extra description to nav_min_ground_speed parameter
1 parent 8eeea07 commit 80adbbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3764,7 +3764,7 @@ When ON, NAV engine will slow down when switching to the next waypoint. This pri
37643764

37653765
### nav_min_ground_speed
37663766

3767-
Minimum ground speed for navigation flight modes [m/s]. Default 7 m/s.
3767+
Minimum ground speed for navigation flight modes [m/s]. Currently, this only affects fixed wing. Default 7 m/s.
37683768

37693769
| Default | Min | Max |
37703770
| --- | --- | --- |

src/main/fc/settings.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2493,7 +2493,7 @@ groups:
24932493
min: 10
24942494
max: 2000
24952495
- name: nav_min_ground_speed
2496-
description: "Minimum ground speed for navigation flight modes [m/s]. Default 7 m/s."
2496+
description: "Minimum ground speed for navigation flight modes [m/s]. Currently, this only affects fixed wing. Default 7 m/s."
24972497
default_value: 7
24982498
field: general.min_ground_speed
24992499
min: 6

0 commit comments

Comments
 (0)