mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-18 13:55:13 +03:00
Defaults update
This commit is contained in:
parent
32bd3fa004
commit
9b19d2f98f
2 changed files with 28 additions and 8820 deletions
|
@ -26,13 +26,9 @@ helper.defaultsDialog = (function () {
|
||||||
key: "looptime",
|
key: "looptime",
|
||||||
value: 500
|
value: 500
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: "motor_pwm_rate",
|
|
||||||
value: 1000
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: "motor_pwm_protocol",
|
key: "motor_pwm_protocol",
|
||||||
value: "ONESHOT125"
|
value: "DSHOT300"
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
Filtering
|
Filtering
|
||||||
|
@ -51,11 +47,11 @@ helper.defaultsDialog = (function () {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "dterm_lpf_type",
|
key: "dterm_lpf_type",
|
||||||
value: "PT1"
|
value: "PT3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "dterm_lpf2_hz",
|
key: "dterm_lpf2_hz",
|
||||||
value: 170
|
value: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "dterm_lpf2_type",
|
key: "dterm_lpf2_type",
|
||||||
|
@ -93,7 +89,11 @@ helper.defaultsDialog = (function () {
|
||||||
value: "RP"
|
value: "RP"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "d_boost_factor",
|
key: "d_boost_min",
|
||||||
|
value: 0.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: "d_boost_max",
|
||||||
value: 1.5
|
value: 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -590,21 +590,6 @@ helper.defaultsDialog = (function () {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"title": 'Custom UAV - INAV legacy defaults (Not recommended)',
|
|
||||||
"notRecommended": true,
|
|
||||||
"reboot": false,
|
|
||||||
"settings": [
|
|
||||||
{
|
|
||||||
key: "motor_pwm_protocol",
|
|
||||||
value: "STANDARD"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
key: "applied_defaults",
|
|
||||||
value: 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": 'Keep current settings (Not recommended)',
|
"title": 'Keep current settings (Not recommended)',
|
||||||
"notRecommended": true,
|
"notRecommended": true,
|
||||||
|
|
8817
package-lock.json
generated
8817
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue