Skip to content

Commit

Permalink
Merge pull request #1720 from iNavFlight/MrD_Update-defaults-for-new-…
Browse files Browse the repository at this point in the history
…AHRS-parameter-names

Update defaults_dialog.js
  • Loading branch information
MrD-RC authored Feb 13, 2023
2 parents cc6a7df + 7bdedf2 commit c352efd
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions js/defaults_dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -671,15 +671,7 @@ helper.defaultsDialog = (function () {
value: "STANDARD"
},
{
key: "imu_acc_ignore_rate",
value: 15
},
{
key: "imu_acc_ignore_slope",
value: 10
},
{
key: "imu_inertia_comp_method",
key: "ahrs_inertia_comp_method",
value: "ADAPTIVE"
},
{
Expand Down Expand Up @@ -898,15 +890,7 @@ helper.defaultsDialog = (function () {
value: "STANDARD"
},
{
key: "imu_acc_ignore_rate",
value: 15
},
{
key: "imu_acc_ignore_slope",
value: 10
},
{
key: "imu_inertia_comp_method",
key: "ahrs_inertia_comp_method",
value: "ADAPTIVE"
},
{
Expand Down

0 comments on commit c352efd

Please sign in to comment.