Last active
August 18, 2016 16:39
-
-
Save lazd/1d55f299dd9366b815c024c373c4f4d2 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.0.0-RC7 | |
| # FC: SirinFPV | |
| # ESCs: Sunrise Cicada 30A | |
| # Motors: EMAX 2205/2633kV | |
| # RX: Furious Micro FrSky RX with SBUS and FrSky telemetry | |
| # feature | |
| feature -RX_PPM | |
| feature TELEMETRY | |
| # serial | |
| serial 0 0 115200 57600 0 115200 | |
| serial 1 64 115200 57600 0 115200 | |
| serial 2 4 115200 57600 9600 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 | |
| # master | |
| set min_throttle = 1025 | |
| set max_throttle = 1950 | |
| set motor_pwm_protocol = MULTISHOT | |
| set small_angle = 180 | |
| set serialrx_provider = SBUS | |
| set sbus_inversion = OFF | |
| set telemetry_inversion = ON | |
| set failsafe_procedure = ON | |
| set osd_main_voltage_pos = -30 | |
| set osd_rssi_pos = -1 | |
| set osd_timer_pos = -60 | |
| set osd_throttle_pos = -1 | |
| set osd_cpu_load_pos = -1 | |
| set osd_vtx_channel_pos = 0 | |
| set osd_current_draw_pos = -1 | |
| set osd_mah_drawn_pos = -1 | |
| set osd_craft_name_pos = -1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment