aboutsummaryrefslogblamecommitdiff
path: root/ROMFS/px4fmu_common/init.d/10016_3dr_iris
blob: 42d5169935db860450922f91e3dc25ddeb9d4a4a (plain) (tree)
1
2
3
4
5
6
7
8
9
     


                     
                                          
 
 

                             




                                              

                                       
  
 
                    
 
                    
#!nsh
#
# 3DR Iris Quadcopter
#
# Anton Babushkin <anton.babushkin@me.com>
#

sh /etc/init.d/rc.mc_defaults

if [ $DO_AUTOCONFIG == yes ]
then
	#
	# Default parameters for this platform
	#
	param set BAT_V_SCALING 0.00989
	param set BAT_C_SCALING 0.0124
fi

set MIXER FMU_quad_w

set PWM_OUTPUTS 1234