mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Lower D-gains on MR defaults
This commit is contained in:
parent
e742a481e2
commit
5a2639667e
1 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ helper.defaultsDialog = (function() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "mc_d_pitch",
|
key: "mc_d_pitch",
|
||||||
value: 28
|
value: 25
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "mc_p_roll",
|
key: "mc_p_roll",
|
||||||
|
@ -152,7 +152,7 @@ helper.defaultsDialog = (function() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "mc_d_roll",
|
key: "mc_d_roll",
|
||||||
value: 28
|
value: 23
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "mc_p_yaw",
|
key: "mc_p_yaw",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue