diff --git a/docs/Settings.md b/docs/Settings.md index 1f5ccde178e..8608eb01f51 100644 --- a/docs/Settings.md +++ b/docs/Settings.md @@ -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 | | --- | --- | --- | diff --git a/src/main/fc/settings.yaml b/src/main/fc/settings.yaml index 0f63c66ddd5..66abea46399 100644 --- a/src/main/fc/settings.yaml +++ b/src/main/fc/settings.yaml @@ -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