Created
August 9, 2017 23:25
-
-
Save lazd/78305c50fa4b3b2847ccd17641b97507 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
# Betaflight 3.1.7 | |
# ESC: RacerStar Star6 | |
# FC: Tinyfish | |
feature AIRMODE | |
aux 0 0 1 1700 2100 | |
aux 1 1 0 1700 2100 | |
aux 2 2 0 1300 1700 | |
aux 3 12 3 1700 2100 | |
aux 4 25 2 1700 2100 | |
set rssi_channel = 9 | |
set motor_pwm_protocol = DSHOT600 | |
set small_angle = 180 | |
set vbat_scale = 105 | |
set align_board_roll = 180 | |
set pid_process_denom = 1 | |
profile 0 | |
set p_pitch = 20 | |
set i_pitch = 40 | |
set d_pitch = 20 | |
set p_roll = 20 | |
set d_roll = 20 | |
set p_yaw = 30 | |
set i_yaw = 39 | |
rateprofile 0 | |
rateprofile 0 | |
set rc_rate = 120 | |
set rc_rate_yaw = 120 | |
set roll_srate = 71 | |
set pitch_srate = 71 | |
set yaw_srate = 71 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment