Skip to content

Commit

Permalink
Add support for FrSky FBUS
Browse files Browse the repository at this point in the history
This commit adds two receiver protocols, FBUS and FPORT2.

F.Port2 is an older version of FBUS that was running on a lower rate.
There are still receivers in the market that are advertised as
FBUS compatible, but are actually running the slower version of it.

Please use FPORT2 protocol with such receivers, for example R-XSR.
  • Loading branch information
pmattila committed Dec 5, 2024
1 parent f722bf5 commit 95b8c7e
Show file tree
Hide file tree
Showing 10 changed files with 877 additions and 2 deletions.
1 change: 1 addition & 0 deletions make/source.mk
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ COMMON_SRC = \
rx/sumh.c \
rx/xbus.c \
rx/fport.c \
rx/fbus.c \
sensors/acceleration.c \
sensors/acceleration_init.c \
sensors/boardalignment.c \
Expand Down
2 changes: 2 additions & 0 deletions src/main/cli/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ static const char * const lookupTableSerialRX[] = {
"SRXL2",
"GHST",
"SBUS2",
"FPORT2",
"FBUS",
};
#endif

Expand Down
Loading

0 comments on commit 95b8c7e

Please sign in to comment.