Gistrec

Квадрокоптер

Apr 17th, 2018
220
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. # diff all
  2.  
  3. # version
  4. # INAV/SPRACINGF3 1.9.0 Mar 4 2018 / 23:41:56 (dc4ef594f)
  5.  
  6. # reset configuration to default settings
  7. defaults noreboot
  8.  
  9. # resources
  10.  
  11. # mixer
  12.  
  13. # servo mix
  14.  
  15. # servo
  16.  
  17. # feature
  18. feature MOTOR_STOP
  19. feature GPS
  20. feature PWM_OUTPUT_ENABLE
  21.  
  22. # beeper
  23.  
  24. # map
  25.  
  26. # name
  27. name Wizard
  28.  
  29. # serial
  30. serial 1 2 115200 57600 0 115200
  31. serial 2 64 115200 38400 0 115200
  32.  
  33. # led
  34.  
  35. # color
  36.  
  37. # mode_color
  38.  
  39. # aux
  40. aux 0 0 3 900 1200
  41. aux 1 1 2 900 1200
  42. aux 2 2 2 1300 1700
  43. aux 3 20 2 1800 2100
  44. aux 4 3 2 1800 2100
  45. aux 5 9 2 1800 2100
  46. aux 6 8 1 1800 2100
  47. aux 7 11 0 1800 2100
  48.  
  49. # adjrange
  50.  
  51. # rxrange
  52.  
  53. # master
  54. set acc_hardware = MPU6050
  55. set mag_hardware = HMC5883
  56. set baro_hardware = BMP085
  57. set pitot_hardware = NONE
  58. set receiver_type = SERIAL
  59. set serialrx_provider = IBUS
  60. set motor_pwm_rate = 1000
  61. set motor_pwm_protocol = ONESHOT125
  62. set failsafe_throttle = 1100
  63. set failsafe_procedure = RTH
  64. set align_board_yaw = 2700
  65. set vbat_max_cell_voltage = 420
  66. set battery_capacity = 1500
  67. set battery_capacity_warning = 750
  68. set battery_capacity_critical = 300
  69. set gps_sbas_mode = AUTO
  70.  
  71. # profile
  72. profile 1
  73.  
  74.  
  75. # profile
  76. profile 2
  77.  
  78.  
  79. # profile
  80. profile 3
  81.  
  82.  
  83. # restore original profile selection
  84. profile 1
  85.  
  86. # save configuration
  87. save
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment