mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 00:05:28 +03:00
FlySky i-Bus receiver CLI bug fixed
This commit is contained in:
parent
b380bb79be
commit
e7a180816b
1 changed files with 2 additions and 1 deletions
|
@ -351,7 +351,8 @@ static const char * const lookupTableSerialRX[] = {
|
|||
"SUMD",
|
||||
"SUMH",
|
||||
"XB-B",
|
||||
"XB-B-RJ01"
|
||||
"XB-B-RJ01",
|
||||
"IBUS"
|
||||
};
|
||||
|
||||
static const char * const lookupTableGyroFilter[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue