Last active
January 3, 2018 21:08
-
-
Save lazd/0a5a09560d472477832c473145dc4e17 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feature AIRMODE | |
feature ANTI_GRAVITY | |
feature DYNAMIC_FILTER | |
set gyro_notch1_hz = 0 | |
set gyro_notch2_hz = 0 | |
set dterm_lowpass_type = PT1 | |
set dterm_notch_hz = 0 | |
set dterm_notch_cutoff = 0 | |
set anti_gravity_gain = 5000 | |
set setpoint_relax_ratio = 50 | |
set dterm_setpoint_weight = 150 | |
set roll_srate = 78 | |
set pitch_srate = 78 | |
set yaw_srate = 78 | |
set tpa_breakpoint = 1800 | |
set small_angle = 180 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment