mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Added support for the FrSky FPort protocol.
This commit is contained in:
parent
e1a177a998
commit
3873463fcf
18 changed files with 781 additions and 271 deletions
|
@ -53,5 +53,7 @@ const char * const debugModeNames[DEBUG_COUNT] = {
|
|||
"FRSKY_D_RX",
|
||||
"GYRO_RAW",
|
||||
"MAX7456_SIGNAL",
|
||||
"MAX7456_SPICLOCK"
|
||||
"MAX7456_SPICLOCK",
|
||||
"SBUS",
|
||||
"FPORT",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue