mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 17:25:14 +03:00
lpf cutoff
This commit is contained in:
parent
6b091f3f66
commit
3e6b621db7
2 changed files with 4 additions and 4 deletions
|
@ -207,7 +207,7 @@ helper.defaultsDialog = (function() {
|
|||
},
|
||||
{
|
||||
key: "dterm_lpf_hz",
|
||||
value: 10
|
||||
value: 40
|
||||
},
|
||||
{
|
||||
key: "gyro_lpf_type",
|
||||
|
@ -377,7 +377,7 @@ helper.defaultsDialog = (function() {
|
|||
},
|
||||
{
|
||||
key: "dterm_lpf_hz",
|
||||
value: 10
|
||||
value: 40
|
||||
},
|
||||
{
|
||||
key: "gyro_lpf_type",
|
||||
|
|
|
@ -1183,7 +1183,7 @@ presets.presets = [
|
|||
},
|
||||
{
|
||||
key: "dterm_lpf_hz",
|
||||
value: 10
|
||||
value: 40
|
||||
},
|
||||
{
|
||||
key: "gyro_lpf_type",
|
||||
|
@ -1349,7 +1349,7 @@ presets.presets = [
|
|||
},
|
||||
{
|
||||
key: "dterm_lpf_hz",
|
||||
value: 10
|
||||
value: 40
|
||||
},
|
||||
{
|
||||
key: "gyro_lpf_type",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue