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

If DSHOT telemetry is still being received, wait (#12612)

This commit is contained in:
Steve Evans 2023-04-10 00:01:52 +01:00 committed by GitHub
parent af97415da2
commit b7c5f84d2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 130 additions and 46 deletions

View file

@ -110,6 +110,7 @@ typedef enum {
DEBUG_ANGLE_MODE,
DEBUG_ANGLE_TARGET,
DEBUG_CURRENT_ANGLE,
DEBUG_DSHOT_TELEMETRY_COUNTS,
DEBUG_COUNT
} debugType_e;