mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Added CRSF to SERIAL_RX lookup table
This commit is contained in:
parent
890eab203b
commit
7cde105c24
1 changed files with 2 additions and 1 deletions
|
@ -435,7 +435,8 @@ static const char * const lookupTableSerialRX[] = {
|
|||
"XB-B",
|
||||
"XB-B-RJ01",
|
||||
"IBUS",
|
||||
"JETIEXBUS"
|
||||
"JETIEXBUS",
|
||||
"CRSF"
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue