mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 16:55:29 +03:00
increase default nav_cruise_yaw_rate to 60 deg/s
This commit is contained in:
parent
ff889b7587
commit
a54da6a370
1 changed files with 1 additions and 1 deletions
|
@ -2695,7 +2695,7 @@ groups:
|
|||
type: bool
|
||||
- name: nav_cruise_yaw_rate
|
||||
description: "Max YAW rate when NAV COURSE HOLD/CRUISE mode is enabled. Set to 0 to disable on fixed wing (Note: On multirotor setting to 0 will disable Course Hold/Cruise mode completely) [dps]"
|
||||
default_value: 20
|
||||
default_value: 60
|
||||
field: general.cruise_yaw_rate
|
||||
min: 0
|
||||
max: 120
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue