Skip to content

Commit 5d78f83

Browse files
committed
4.6:MAVLINK RC
1 parent ac345e3 commit 5d78f83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

common/source/docs/common-rc-systems.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ ArduPilot autopilots are compatible with the following receiver output protocols
2727
#. :ref:`Graupner SUM-D<common-graupner-rc>`
2828
#. `IRC Ghost <https://www.immersionrc.com/fpv-products/ghost/>`__
2929
#. DroneCAN peripherals can decode these RC protocols on a peripheral and pass to the autopilot
30-
#. Parallel PWM outputs encoded to PPM-Sum using an external encoder (see below)
30+
#. MAVLink connected RC (not to be confused with MAVLink RC Overrides used for CS joystick control of RC functions)
31+
#. Parallel PWM outputs encoded to PPM-Sum using an external encoder (see below, not supported on many autopilots now)
3132

3233
Connecting the Receiver
3334
=======================
@@ -226,7 +227,7 @@ PPM encoders
226227
============
227228

228229
A `PPM Encoder <https://www.amazon.com/s?k=ppm+encoder>`__ will
229-
allow you to use any older style RC receiver that has only PWM outputs for each channel instead of an SBUS or PPM output. See :ref:`common-ppm-encoders-new` for more information.
230+
allow you to use any older style RC receiver that has only PWM outputs for each channel instead of an SBUS or PPM output. See :ref:`common-ppm-encoders-new` for more information. This protocol is not being included on many new autopilots and is being slowly obsoleted.
230231

231232
.. toctree::
232233
:hidden:

0 commit comments

Comments
 (0)