1
0
Fork 0
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:
mikeller 2017-09-12 21:54:55 +12:00
parent e1a177a998
commit 3873463fcf
18 changed files with 781 additions and 271 deletions

View file

@ -53,5 +53,7 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"FRSKY_D_RX",
"GYRO_RAW",
"MAX7456_SIGNAL",
"MAX7456_SPICLOCK"
"MAX7456_SPICLOCK",
"SBUS",
"FPORT",
};