DJI RS 2 Sbus Support (#2140)
commita91d2553f468150347a7216081683c699a8f0952
authorJye <14170229+JyeSmith@users.noreply.github.com>
Mon, 8 May 2023 02:44:32 +0000 (8 12:44 +1000)
committerGitHub <noreply@github.com>
Mon, 8 May 2023 02:44:32 +0000 (8 12:44 +1000)
tree09389b48b093aa6559ead50263b782edc57ca45e
parentc37b7aae9fc19d1965e9cdaa8a62d28ba0890a17
DJI RS 2 Sbus Support (#2140)

* dirty rs3 hack

* Ch 7 appears to be control mode

* rs2 specific channel end points

* Update comment

* move arm back to default location

* Revert "move arm back to default location"

This reverts commit d9731e9aa322b79e2b2821bcea120b98e7b3cd05.

* clean up debug

* revert Arm channel

* correct ch mapping

* adds DJI RS PRO protocol

* arm ch testing

* Revert "arm ch testing"

This reverts commit c63eb1b06ea6caece66c6ba4842a8227bb58f60a.

* fix arm ch range

* fix tx builds with #if defined(TARGET_RX)

* fix channel mapping

* add SetFailsafeMode

* remove extra define

---------

Co-authored-by: Jye <JyeSmith@users.noreply.github.com>
src/html/index.html
src/include/common.h
src/lib/LUA/rx_devLUA.cpp
src/lib/OPTIONS/options.cpp
src/src/rx-serial/SerialSBUS.cpp
src/src/rx_main.cpp