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

USE_CRSF_LINK_STATISTICS Split from pr 8042

This commit is contained in:
laz2wiringpi 2019-05-04 22:02:25 -04:00 committed by laz2wiringpi
parent de1c1d5377
commit 653618d0f6
9 changed files with 108 additions and 0 deletions

View file

@ -87,4 +87,7 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"AC_ERROR",
"DUAL_GYRO_SCALED",
"DSHOT_RPM_ERRORS",
"CRSF_LINK_STATISTICS_UPLINK",
"CRSF_LINK_STATISTICS_PWR",
"CRSF_LINK_STATISTICS_DOWN",
};