Skip to content

Instantly share code, notes, and snippets.

@lazd
Created August 9, 2017 23:25
Show Gist options
  • Save lazd/78305c50fa4b3b2847ccd17641b97507 to your computer and use it in GitHub Desktop.
Save lazd/78305c50fa4b3b2847ccd17641b97507 to your computer and use it in GitHub Desktop.
# 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