1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

First cut of CRSF RX and telemetry code

This commit is contained in:
Martin Budden 2016-10-05 23:48:45 +01:00
parent 935547fe50
commit 890eab203b
18 changed files with 1290 additions and 4 deletions

View file

@ -60,5 +60,6 @@ typedef enum {
DEBUG_DTERM_FILTER,
DEBUG_ANGLERATE,
DEBUG_ESC_TELEMETRY,
DEBUG_CRSF,
DEBUG_COUNT
} debugType_e;