1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 09:15:42 +03:00

Merge pull request #1720 from iNavFlight/MrD_Update-defaults-for-new-AHRS-parameter-names

Update defaults_dialog.js
This commit is contained in:
Darren Lines 2023-02-13 16:22:17 +00:00 committed by GitHub
commit c352efdabd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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