1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 21:05:28 +03:00

Update defaults_dialog.js

Update defaults for new AHRS parameter names
This commit is contained in:
Darren Lines 2023-02-13 16:21:00 +00:00 committed by GitHub
parent cc6a7df91c
commit 7bdedf25ae
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"
},
{