From fe081aa84da68ac41dcda48f68deb3cb3340c137 Mon Sep 17 00:00:00 2001 From: Henry Wurzburg Date: Mon, 28 Aug 2023 17:13:32 -0500 Subject: [PATCH] add sbus note re inversion --- common/source/docs/common-rc-systems.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/source/docs/common-rc-systems.rst b/common/source/docs/common-rc-systems.rst index b1519b1038..8c92160804 100644 --- a/common/source/docs/common-rc-systems.rst +++ b/common/source/docs/common-rc-systems.rst @@ -73,7 +73,7 @@ These bi-directional protocols require the use of a Serial Port. See links below RC input to Serial Port ----------------------- -.. note:: ArduPilot firmware releases 4.0 and later, any UART RX input will auto-detect all the protocols (except PPM or SRXL2/CRSF/ELRS which also require connection of the UART's TX pin), if the serial port protocol is set to 23 (for example :ref:`SERIAL2_PROTOCOL` for the TELEM2 UART is used). +.. note:: any UART RX input will auto-detect all the protocols (except PPM, or SRXL2/CRSF/ELRS which also require connection of the UART's TX pin), if the serial port protocol is set to 23 (for example, generally, :ref:`SERIAL2_PROTOCOL` for the TELEM2 UART if used). The exception to this is for SBUS attached to UARTs on F4 based autopilots. This requires an external inverter since SBUS is inverted and F4 autopilots do not have selectable inversion on their UART pins. .. note:: The serial port baudrate is automatically set and controlled by the firmware when any serial RC protocol is detected.