mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Update defaults_dialog.js
Changed fixed wing rates and expo to match the Airplane General preset.
This commit is contained in:
parent
19f0ed14de
commit
58e86ce7da
1 changed files with 10 additions and 10 deletions
|
@ -207,23 +207,23 @@ helper.defaultsDialog = (function() {
|
|||
},
|
||||
{
|
||||
key: "rc_yaw_expo",
|
||||
value: 70
|
||||
},
|
||||
{
|
||||
key: "rc_expo",
|
||||
value: 70
|
||||
},
|
||||
{
|
||||
key: "roll_rate",
|
||||
value: 30
|
||||
},
|
||||
{
|
||||
key: "pitch_rate",
|
||||
key: "rc_expo",
|
||||
value: 30
|
||||
},
|
||||
{
|
||||
key: "roll_rate",
|
||||
value: 20
|
||||
},
|
||||
{
|
||||
key: "pitch_rate",
|
||||
value: 15
|
||||
},
|
||||
{
|
||||
key: "yaw_rate",
|
||||
value: 10
|
||||
value: 9
|
||||
},
|
||||
{
|
||||
key: "small_angle",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue