Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove gyro filter type setting #2013

Merged
merged 1 commit into from
Apr 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4844,12 +4844,6 @@
"itermRelaxHelp": {
"message": "Defines Iterm relaxation algorithm activation. PR mean it's active on Roll and Pitch axis. PRY is active also on Yaw."
},
"gyro_main_lpf_type": {
"message": "Gyro LPF type"
},
"gyro_main_lpf_type_help": {
"message": "BIQUAD offers better noise attenuation for a price of higher delay. PT1 has lower attenuation but offers lower delay."
},
"dterm_lpf_type": {
"message": "D-term LPF type"
},
Expand Down
12 changes: 0 additions & 12 deletions js/defaults_dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,6 @@ helper.defaultsDialog = (function () {
key: "d_boost_max",
value: 1
},
{
key: "gyro_main_lpf_type",
value: "BIQUAD"
},
{
key: "dynamic_gyro_notch_enabled",
value: "ON"
Expand Down Expand Up @@ -642,10 +638,6 @@ helper.defaultsDialog = (function () {
key: "d_boost_max",
value: 1
},
{
key: "gyro_main_lpf_type",
value: "BIQUAD"
},
{
key: "dynamic_gyro_notch_enabled",
value: "ON"
Expand Down Expand Up @@ -831,10 +823,6 @@ helper.defaultsDialog = (function () {
key: "gyro_main_lpf_hz",
value: 10
},
{
key: "gyro_main_lpf_type",
value: "BIQUAD"
},
{
key: "motor_pwm_protocol",
value: "STANDARD"
Expand Down