mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 19:40:22 +03:00
Update defaults_dialog.js
This commit is contained in:
parent
8d9774b5dd
commit
eb3abdb1f3
1 changed files with 24 additions and 0 deletions
|
@ -456,6 +456,18 @@ helper.defaultsDialog = (function () {
|
|||
key: "motor_pwm_protocol",
|
||||
value: "STANDARD"
|
||||
},
|
||||
{
|
||||
key: "imu_acc_ignore_rate",
|
||||
value: 15
|
||||
},
|
||||
{
|
||||
key: "imu_acc_ignore_slope",
|
||||
value: 10
|
||||
},
|
||||
{
|
||||
key: "imu_inertia_comp_method",
|
||||
value: ADAPTIVE
|
||||
},
|
||||
{
|
||||
key: "throttle_idle",
|
||||
value: 5.0
|
||||
|
@ -667,6 +679,18 @@ helper.defaultsDialog = (function () {
|
|||
key: "motor_pwm_protocol",
|
||||
value: "STANDARD"
|
||||
},
|
||||
{
|
||||
key: "imu_acc_ignore_rate",
|
||||
value: 15
|
||||
},
|
||||
{
|
||||
key: "imu_acc_ignore_slope",
|
||||
value: 10
|
||||
},
|
||||
{
|
||||
key: "imu_inertia_comp_method",
|
||||
value: ADAPTIVE
|
||||
},
|
||||
{
|
||||
key: "throttle_idle",
|
||||
value: 5.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue