mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 17:25:14 +03:00
Fix build
This commit is contained in:
parent
af393fd7c9
commit
dc59dcb92e
1 changed files with 2 additions and 2 deletions
|
@ -466,7 +466,7 @@ helper.defaultsDialog = (function () {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "imu_inertia_comp_method",
|
key: "imu_inertia_comp_method",
|
||||||
value: ADAPTIVE
|
value: "ADAPTIVE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "throttle_idle",
|
key: "throttle_idle",
|
||||||
|
@ -689,7 +689,7 @@ helper.defaultsDialog = (function () {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "imu_inertia_comp_method",
|
key: "imu_inertia_comp_method",
|
||||||
value: ADAPTIVE
|
value: "ADAPTIVE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "throttle_idle",
|
key: "throttle_idle",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue