1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2020-05-11 14:23:01 +02:00
parent e742a481e2
commit 5a2639667e

View file

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