mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
USE_CRSF_LINK_STATISTICS Split from pr 8042
This commit is contained in:
parent
de1c1d5377
commit
653618d0f6
9 changed files with 108 additions and 0 deletions
|
@ -103,6 +103,9 @@ typedef enum {
|
|||
DEBUG_AC_ERROR,
|
||||
DEBUG_DUAL_GYRO_SCALED,
|
||||
DEBUG_DSHOT_RPM_ERRORS,
|
||||
DEBUG_CRSF_LINK_STATISTICS_UPLINK,
|
||||
DEBUG_CRSF_LINK_STATISTICS_PWR,
|
||||
DEBUG_CRSF_LINK_STATISTICS_DOWN,
|
||||
DEBUG_COUNT
|
||||
} debugType_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue