1
0
Fork 0
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:
Darren Lines 2020-11-09 19:00:13 +00:00 committed by GitHub
parent 19f0ed14de
commit 58e86ce7da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",