mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +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",
|
||||||
"XB-B-RJ01",
|
"XB-B-RJ01",
|
||||||
"IBUS",
|
"IBUS",
|
||||||
"JETIEXBUS"
|
"JETIEXBUS",
|
||||||
|
"CRSF"
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue