Skip to content

Commit

Permalink
Update presets for 6.0
Browse files Browse the repository at this point in the history
Removed IMU settings as the new Firmware Defaults will match MR and FW. 
Added new YAW Default PIDs for better Turn-Assist control in nav modes with stab yaw used and more authority in acro
  • Loading branch information
b14ckyy committed Oct 19, 2022
1 parent ef565e2 commit 9209cbe
Showing 1 changed file with 3 additions and 35 deletions.
38 changes: 3 additions & 35 deletions js/defaults_dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -542,35 +542,19 @@ helper.defaultsDialog = (function () {
},
{
key: "fw_p_yaw",
value: 20
value: 50
},
{
key: "fw_i_yaw",
value: 0
},
{
key: "fw_d_yaw",
value: 0
value: 20
},
{
key: "fw_ff_yaw",
value: 100
},
{
key: "imu_acc_ignore_rate",
value: 7
},
{
key: "imu_acc_ignore_slope",
value: 4
},
{
key: "imu_dcm_kp",
value: 1000
},
{
key: "imu_dcm_ki",
value: 0
value: 255
},
{
key: "airmode_type",
Expand Down Expand Up @@ -783,22 +767,6 @@ helper.defaultsDialog = (function () {
key: "fw_ff_yaw",
value: 100
},
{
key: "imu_acc_ignore_rate",
value: 9
},
{
key: "imu_acc_ignore_slope",
value: 5
},
{
key: "imu_dcm_kp",
value: 1000
},
{
key: "imu_dcm_ki",
value: 0
},
{
key: "airmode_type",
value: "STICK_CENTER_ONCE"
Expand Down

0 comments on commit 9209cbe

Please sign in to comment.