Advertisement
BeretFPV

DIFF All Betaflight 4.2 Taycan 2204

Jun 14th, 2021
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. # diff all
  2.  
  3. # version
  4. # Betaflight / STM32F405 (S405) 4.2.4 Oct 20 2020 / 08:18:45 (fbcaf8c50) MSP API: 1.43
  5. # config: manufacturer_id: DIAT, board_name: FURYF4OSD, version: 3a35e73b, date: 2019-09-30T05:46:12Z
  6.  
  7. # start the command batch
  8. batch start
  9.  
  10. # reset configuration to default settings
  11. defaults nosave
  12.  
  13. board_name FURYF4OSD
  14. manufacturer_id DIAT
  15. mcu_id 003200513650501420303457
  16. signature
  17.  
  18. # master
  19. set gyro_lowpass2_hz = 325
  20. set dyn_notch_width_percent = 0
  21. set dyn_notch_q = 250
  22. set dyn_notch_min_hz = 80
  23. set dyn_notch_max_hz = 350
  24. set dyn_lpf_gyro_min_hz = 260
  25. set dyn_lpf_gyro_max_hz = 650
  26. set dshot_idle_value = 650
  27. set dshot_bidir = ON
  28. set motor_pwm_protocol = DSHOT300
  29. set pid_process_denom = 2
  30. set debug_mode = GYRO_SCALED
  31.  
  32. profile 0
  33.  
  34. # profile 0
  35. set dyn_lpf_dterm_min_hz = 91
  36. set dyn_lpf_dterm_max_hz = 221
  37. set dterm_lowpass2_hz = 195
  38. set anti_gravity_gain = 4000
  39. set p_pitch = 64
  40. set i_pitch = 63
  41. set d_pitch = 55
  42. set f_pitch = 80
  43. set p_roll = 59
  44. set i_roll = 59
  45. set d_roll = 50
  46. set f_roll = 76
  47. set p_yaw = 63
  48. set i_yaw = 63
  49. set f_yaw = 76
  50. set angle_level_strength = 30
  51. set horizon_level_strength = 30
  52. set horizon_transition = 50
  53. set d_min_roll = 0
  54. set d_min_pitch = 0
  55.  
  56. profile 1
  57.  
  58. # profile 1
  59. set dyn_lpf_dterm_min_hz = 91
  60. set dyn_lpf_dterm_max_hz = 221
  61. set dterm_lowpass2_hz = 195
  62. set anti_gravity_gain = 4000
  63. set p_pitch = 83
  64. set i_pitch = 81
  65. set d_pitch = 70
  66. set f_pitch = 103
  67. set p_roll = 76
  68. set i_roll = 77
  69. set d_roll = 64
  70. set f_roll = 97
  71. set p_yaw = 81
  72. set i_yaw = 81
  73. set f_yaw = 97
  74. set angle_level_strength = 30
  75. set horizon_level_strength = 30
  76. set horizon_transition = 50
  77. set d_min_roll = 0
  78. set d_min_pitch = 0
  79.  
  80. # restore original profile selection
  81. profile 0
  82.  
  83. rateprofile 0
  84.  
  85. # rateprofile 0
  86. set thr_mid = 30
  87. set thr_expo = 40
  88. set roll_rc_rate = 115
  89. set pitch_rc_rate = 115
  90. set yaw_rc_rate = 115
  91. set tpa_rate = 25
  92. set tpa_breakpoint = 1500
  93. set throttle_limit_type = SCALE
  94. set throttle_limit_percent = 60
  95.  
  96. # save configuration
  97. save
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement