Update presets for 6.0

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
pull/1641/head
b14ckyy 2 years ago committed by GitHub
parent ef565e21eb
commit 9209cbe898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -542,7 +542,7 @@ helper.defaultsDialog = (function () {
},
{
key: "fw_p_yaw",
value: 20
value: 50
},
{
key: "fw_i_yaw",
@ -550,27 +550,11 @@ helper.defaultsDialog = (function () {
},
{
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",
@ -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"

Loading…
Cancel
Save