mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
rcS: start frsky_telemetry on Pixracer if not enabled already
This commit is contained in:
parent
6ec693b716
commit
c2ff0b1052
@ -511,6 +511,15 @@ else
|
||||
#
|
||||
sh /etc/init.d/rc.serial
|
||||
|
||||
if ver hwcmp PX4FMU_V4
|
||||
then
|
||||
# Run FrSky Telemetry on Pixracer on the FrSky port if not enabled already
|
||||
if param compare TEL_FRSKY_CONFIG 0
|
||||
then
|
||||
frsky_telemetry start -d /dev/ttyS6 -t 15
|
||||
fi
|
||||
fi
|
||||
|
||||
#
|
||||
# Configure vehicle type specific parameters.
|
||||
# Note: rc.vehicle_setup is the entry point for rc.interface,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user