Migrate hardware specific mavlink stream cases to rc.mavlink.

This commit is contained in:
mcsauder
2018-07-11 14:12:08 -06:00
committed by Beat Küng
parent 8b71bb4562
commit e12acc4b28
2 changed files with 24 additions and 14 deletions

View File

@@ -206,12 +206,6 @@ then
if ver hwcmp NXPHLITE_V3
then
param set SYS_FMU_TASK 1
set MAVLINK_COMPANION_DEVICE /dev/ttyS4
fi
if ver hwcmp OMNIBUS_F4SD
then
set MAVLINK_COMPANION_DEVICE /dev/ttyS1
fi
#
@@ -555,14 +549,6 @@ then
px4flow start &
fi
if ver hwcmp AEROFC_V1
then
# don't start mavlink ttyACM0 on aerofc_v1
else
# Start MAVLink
mavlink start -r 800000 -d /dev/ttyACM0 -m config -x
fi
#
# Fixed wing setup
#