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:
parent
cc6a7df91c
commit
7bdedf25ae
1 changed files with 2 additions and 18 deletions
|
@ -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"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue