mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 18:06:39 +08:00
rcS: start frsky_telemetry on Pixracer if not enabled already
This commit is contained in:
@@ -511,6 +511,15 @@ else
|
|||||||
#
|
#
|
||||||
sh /etc/init.d/rc.serial
|
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.
|
# Configure vehicle type specific parameters.
|
||||||
# Note: rc.vehicle_setup is the entry point for rc.interface,
|
# Note: rc.vehicle_setup is the entry point for rc.interface,
|
||||||
|
|||||||
Reference in New Issue
Block a user