mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 05:45:31 +03:00
Add Jeti Ex Bus receiver with telemetry capabilities
This commit is contained in:
parent
7bef1db230
commit
bf8c3c88bc
7 changed files with 643 additions and 3 deletions
|
@ -361,7 +361,8 @@ static const char * const lookupTableSerialRX[] = {
|
|||
"SUMH",
|
||||
"XB-B",
|
||||
"XB-B-RJ01",
|
||||
"IBUS"
|
||||
"IBUS",
|
||||
"JETIEXBUS"
|
||||
};
|
||||
|
||||
static const char * const lookupTableGyroLpf[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue