added fw_dterm_lpf

pull/1188/head
b14ckyy 4 years ago committed by GitHub
parent f6ca21b4e8
commit 41a1694648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -205,6 +205,10 @@ helper.defaultsDialog = (function() {
key: "gyro_lpf_hz",
value: 25
},
{
key: "dterm_lpf_hz",
value: 10
},
{
key: "gyro_lpf_type",
value: "BIQUAD"
@ -371,6 +375,10 @@ helper.defaultsDialog = (function() {
key: "gyro_lpf_hz",
value: 25
},
{
key: "dterm_lpf_hz",
value: 10
},
{
key: "gyro_lpf_type",
value: "BIQUAD"

Loading…
Cancel
Save