Advertisement
Guest User

Untitled

a guest
May 25th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. # diff
  2.  
  3. # version
  4. # Betaflight / PYRODRONEF4 (PYRO) 4.0.2 May 5 2019 / 12:11:21 (56bdc8d26) MSP API: 1.41
  5.  
  6. # start the command batch
  7. batch start
  8.  
  9. board_name PYRODRONEF4
  10. manufacturer_id
  11.  
  12. # name
  13. name blue floss
  14.  
  15. # resources
  16.  
  17. # timer
  18.  
  19. # dma
  20.  
  21. # mixer
  22.  
  23. # servo
  24.  
  25. # servo mix
  26.  
  27.  
  28. # feature
  29. feature TELEMETRY
  30.  
  31. # beeper
  32. beeper -GYRO_CALIBRATED
  33. beeper -ARMING_GPS_FIX
  34. beeper -BAT_CRIT_LOW
  35. beeper -BAT_LOW
  36. beeper -GPS_STATUS
  37. beeper -ACC_CALIBRATION
  38. beeper -ACC_CALIBRATION_FAIL
  39. beeper -READY_BEEP
  40. beeper -DISARM_REPEAT
  41. beeper -ON_USB
  42. beeper -CAM_CONNECTION_OPEN
  43. beeper -CAM_CONNECTION_CLOSE
  44.  
  45. # beacon
  46.  
  47. # map
  48. map TAER1234
  49.  
  50. # serial
  51. serial 4 2048 115200 57600 0 115200
  52. serial 5 64 115200 57600 0 115200
  53.  
  54. # led
  55.  
  56. # color
  57.  
  58. # mode_color
  59.  
  60. # aux
  61. aux 0 0 1 1300 2100 0 0
  62. aux 1 1 1 1300 1675 0 0
  63. aux 2 13 4 1700 2100 0 0
  64. aux 3 35 3 1700 2100 0 0
  65. aux 4 36 2 1700 2100 0 0
  66.  
  67. # adjrange
  68.  
  69. # rxrange
  70.  
  71. # vtx
  72.  
  73. # rxfail
  74.  
  75. # display_name
  76.  
  77. # master
  78. set gyro_sync_denom = 2
  79. set gyro_lowpass_hz = 0
  80. set dyn_notch_width_percent = 0
  81. set dyn_notch_q = 250
  82. set dyn_lpf_gyro_min_hz = 0
  83. set acc_calibration = 61,4,309
  84. set rssi_channel = 10
  85. set serialrx_provider = CRSF
  86. set dshot_bidir = ON
  87. set motor_pwm_protocol = DSHOT600
  88. set small_angle = 180
  89. set pid_process_denom = 1
  90. set osd_vbat_pos = 14689
  91. set osd_rssi_pos = 14394
  92. set osd_craft_name_pos = 14378
  93. set osd_avg_cell_voltage_pos = 14657
  94. set osd_stat_max_fft = ON
  95. set debug_mode = RPM_FILTER
  96. set scheduler_optimize_rate = ON
  97. set gyro_1_sensor_align = CW180FLIP
  98.  
  99. # profile
  100. profile 0
  101.  
  102. set dterm_lowpass2_hz = 0
  103. set vbat_pid_gain = ON
  104. set d_min_boost_gain = 35
  105.  
  106. # rateprofile
  107. rateprofile 0
  108.  
  109. set roll_rc_rate = 62
  110. set pitch_rc_rate = 62
  111. set yaw_rc_rate = 64
  112. set roll_srate = 65
  113. set pitch_srate = 65
  114. set yaw_srate = 65
  115. set tpa_rate = 75
  116. set tpa_breakpoint = 1400
  117.  
  118. # end the command batch
  119. batch end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement