Skip to content

Commit

Permalink
Merge pull request iNavFlight#9890 from iNavFlight/MrD_Add-extra-desc…
Browse files Browse the repository at this point in the history
…ription-to-the-min-ground-speed-parameter

Add extra description to nav_min_ground_speed parameter
  • Loading branch information
DzikuVx committed Apr 11, 2024
1 parent 8eeea07 commit 80adbbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -3764,7 +3764,7 @@ When ON, NAV engine will slow down when switching to the next waypoint. This pri

### nav_min_ground_speed

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

| Default | Min | Max |
| --- | --- | --- |
Expand Down
2 changes: 1 addition & 1 deletion src/main/fc/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2493,7 +2493,7 @@ groups:
min: 10
max: 2000
- name: nav_min_ground_speed
description: "Minimum ground speed for navigation flight modes [m/s]. Default 7 m/s."
description: "Minimum ground speed for navigation flight modes [m/s]. Currently, this only affects fixed wing. Default 7 m/s."
default_value: 7
field: general.min_ground_speed
min: 6
Expand Down

0 comments on commit 80adbbc

Please sign in to comment.