aerofc: Fixes for init

This commit is contained in:
James Goppert
2016-09-12 17:10:55 -07:00
committed by Lorenz Meier
parent 15c75ebb40
commit 893714dc6a
8 changed files with 103 additions and 16 deletions
+1
View File
@@ -9,5 +9,6 @@ sh /etc/init.d/rc.mc_defaults
tap_esc start -d /dev/ttyS0 -n 4
set OUTPUT_DEV /dev/tap_esc
set MIXER quad_x
set USE_IO no
set MAVLINK_F "-r 1200 -d /dev/ttyS2"
+15
View File
@@ -253,6 +253,21 @@ then
fi
fi
if ver hwcmp AEROFC_V1
then
if ms5611 start
then
fi
if mpu6500 start
then
fi
if hmc5883 start
then
fi
fi
if meas_airspeed start
then
else