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

Add GYRO_CALIBRATION debug mode (#12241)

This commit is contained in:
Steve Evans 2023-01-30 09:05:48 +00:00 committed by GitHub
parent 7dedaa4254
commit 85d9ae2386
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 11 deletions

View file

@ -106,6 +106,7 @@ typedef enum {
DEBUG_VTX_MSP,
DEBUG_GPS_DOP,
DEBUG_FAILSAFE,
DEBUG_GYRO_CALIBRATION,
DEBUG_COUNT
} debugType_e;