Skip to content
Snippets Groups Projects
Commit c2ff0b10 authored by Beat Küng's avatar Beat Küng Committed by Daniel Agar
Browse files

rcS: start frsky_telemetry on Pixracer if not enabled already

parent 6ec693b7
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment