MindPX: Enable FrkSky telemetry on usart8/ttys6.

This commit is contained in:
Henry Zhang
2016-08-17 14:43:51 +08:00
committed by Lorenz Meier
parent 2b23835d56
commit 016aa47dfc
3 changed files with 9 additions and 1 deletions
+5 -1
View File
@@ -643,6 +643,11 @@ then
frsky_telemetry start -d /dev/ttyS6
fi
if ver hwcmp MINDPX_V2
then
frsky_telemetry start -d /dev/ttyS6
fi
if ver hwcmp PX4FMU_V2
then
# Check for flow sensor - as it is a background task, launch it last
@@ -657,7 +662,6 @@ then
if ver hwcmp MINDPX_V2
then
#mindxp also need flow
px4flow start &
fi