mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-17 21:35:30 +03:00
Update defaults_dialog.js
Update defaults for new AHRS parameter names
This commit is contained in:
parent
cc6a7df91c
commit
7bdedf25ae
1 changed files with 2 additions and 18 deletions
|
@ -671,15 +671,7 @@ helper.defaultsDialog = (function () {
|
||||||
value: "STANDARD"
|
value: "STANDARD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "imu_acc_ignore_rate",
|
key: "ahrs_inertia_comp_method",
|
||||||
value: 15
|
|
||||||
},
|
|
||||||
{
|
|
||||||
key: "imu_acc_ignore_slope",
|
|
||||||
value: 10
|
|
||||||
},
|
|
||||||
{
|
|
||||||
key: "imu_inertia_comp_method",
|
|
||||||
value: "ADAPTIVE"
|
value: "ADAPTIVE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -898,15 +890,7 @@ helper.defaultsDialog = (function () {
|
||||||
value: "STANDARD"
|
value: "STANDARD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "imu_acc_ignore_rate",
|
key: "ahrs_inertia_comp_method",
|
||||||
value: 15
|
|
||||||
},
|
|
||||||
{
|
|
||||||
key: "imu_acc_ignore_slope",
|
|
||||||
value: 10
|
|
||||||
},
|
|
||||||
{
|
|
||||||
key: "imu_inertia_comp_method",
|
|
||||||
value: "ADAPTIVE"
|
value: "ADAPTIVE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue