Skip to content

Commit c93e22f

Browse files
authored
Merge pull request #990 from iNavFlight/dzikuvx-mr-defaults-update
Lower D-gains on MR defaults
2 parents 48b7553 + 5a26396 commit c93e22f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/defaults_dialog.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ helper.defaultsDialog = (function() {
140140
},
141141
{
142142
key: "mc_d_pitch",
143-
value: 28
143+
value: 25
144144
},
145145
{
146146
key: "mc_p_roll",
@@ -152,7 +152,7 @@ helper.defaultsDialog = (function() {
152152
},
153153
{
154154
key: "mc_d_roll",
155-
value: 28
155+
value: 23
156156
},
157157
{
158158
key: "mc_p_yaw",

0 commit comments

Comments
 (0)