mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 11:29:56 +03:00
Merge pull request #10352 from daijoubu/patch-1
Update Settings.yaml and settings.md to include units for nav_max_terrain_follow_alt
This commit is contained in:
commit
f3da487264
2 changed files with 2 additions and 2 deletions
|
@ -3654,7 +3654,7 @@ Maximum speed allowed in fully autonomous modes (RTH, WP) [cm/s] [Multirotor onl
|
||||||
|
|
||||||
### nav_max_terrain_follow_alt
|
### nav_max_terrain_follow_alt
|
||||||
|
|
||||||
Max allowed above the ground altitude for terrain following mode
|
Max allowed above the ground altitude for terrain following mode [cm]
|
||||||
|
|
||||||
| Default | Min | Max |
|
| Default | Min | Max |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
|
|
|
@ -2692,7 +2692,7 @@ groups:
|
||||||
- name: nav_max_terrain_follow_alt
|
- name: nav_max_terrain_follow_alt
|
||||||
field: general.max_terrain_follow_altitude
|
field: general.max_terrain_follow_altitude
|
||||||
default_value: "100"
|
default_value: "100"
|
||||||
description: "Max allowed above the ground altitude for terrain following mode"
|
description: "Max allowed above the ground altitude for terrain following mode [cm]"
|
||||||
max: 1000
|
max: 1000
|
||||||
default_value: 100
|
default_value: 100
|
||||||
- name: nav_max_altitude
|
- name: nav_max_altitude
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue