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

Barracuda filter option #444

Merged
merged 10 commits into from
Jan 26, 2024
9 changes: 4 additions & 5 deletions presets/4.4/tune/barracuda_race_tune.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
#$ INCLUDE: presets/4.3/filters/defaults.txt
set simplified_gyro_filter_multiplier = 140
set gyro_lpf2_static_hz = 0
set dyn_notch_count = 1
set dyn_notch_q = 500
set dshot_bidir = ON
set motor_pwm_protocol = DSHOT600

limonspb marked this conversation as resolved.
Show resolved Hide resolved
#$ OPTION END

Expand All @@ -42,11 +46,6 @@ set simplified_i_gain = 110
set simplified_dmax_gain = 0
set simplified_feedforward_gain = 80

limonspb marked this conversation as resolved.
Show resolved Hide resolved
set dyn_notch_count = 1
set dyn_notch_q = 500
set dshot_bidir = ON
set motor_pwm_protocol = DSHOT600

simplified_tuning apply

#$ OPTION_GROUP BEGIN: Recommended Race RC Links
Expand Down
Loading