mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
Merge pull request #6800 from iNavFlight/dzikuvx-max-loiter-radius
Increase loiter max radius to 300m
This commit is contained in:
commit
e5dae31be1
1 changed files with 1 additions and 1 deletions
|
@ -2516,7 +2516,7 @@ groups:
|
||||||
default_value: 7500
|
default_value: 7500
|
||||||
field: fw.loiter_radius
|
field: fw.loiter_radius
|
||||||
min: 0
|
min: 0
|
||||||
max: 10000
|
max: 30000
|
||||||
- name: nav_fw_cruise_speed
|
- name: nav_fw_cruise_speed
|
||||||
description: "Speed for the plane/wing at cruise throttle used for remaining flight time/distance estimation in cm/s"
|
description: "Speed for the plane/wing at cruise throttle used for remaining flight time/distance estimation in cm/s"
|
||||||
default_value: 0
|
default_value: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue