Skip to content

Instantly share code, notes, and snippets.

@lazd
Last active January 30, 2017 02:27
Show Gist options
  • Save lazd/ed937eea451170a93bd85b952fb3d50d to your computer and use it in GitHub Desktop.
Save lazd/ed937eea451170a93bd85b952fb3d50d to your computer and use it in GitHub Desktop.
# version
# Betaflight / SIRINFPV 3.1.0 Jan 25 2017 / 09:55:56 (88693ca)
# name
# resources
# mixer
# servo
# servo mix
# feature
feature -RX_PPM
feature TELEMETRY
feature AIRMODE
# beeper
# map
# serial
serial 0 32 115200 57600 0 115200
serial 2 64 115200 57600 0 115200
# aux
aux 0 0 1 1850 2100
aux 1 1 0 1800 2100
aux 2 2 0 1300 1700
aux 3 25 2 1800 2100
# adjrange
# rxrange
# rxfail
# master
set rssi_channel = 9
set min_throttle = 1030
set max_throttle = 1950
set motor_pwm_protocol = MULTISHOT
set small_angle = 180
set serialrx_provider = SBUS
set current_meter_scale = 183
set gyro_sync_denom = 2
set acc_trim_roll = 2
set pid_process_denom = 1
set vtx_channel = 28
set osd_time_alarm = 3
set osd_rssi_pos = 2074
set osd_flytimer_pos = 406
set osd_ontime_pos = 2048
set osd_flymode_pos = 364
set osd_artificial_horizon = 200
set vcd_video_system = 2
# profile
profile 0
set p_pitch = 50
set i_pitch = 45
set d_pitch = 18
set p_roll = 50
set i_roll = 45
set d_roll = 18
set p_yaw = 80
rateprofile 0
# rateprofile
rateprofile 0
set roll_srate = 80
set pitch_srate = 80
set yaw_srate = 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment