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:
parent
7dedaa4254
commit
85d9ae2386
3 changed files with 22 additions and 11 deletions
|
@ -106,6 +106,7 @@ typedef enum {
|
|||
DEBUG_VTX_MSP,
|
||||
DEBUG_GPS_DOP,
|
||||
DEBUG_FAILSAFE,
|
||||
DEBUG_GYRO_CALIBRATION,
|
||||
DEBUG_COUNT
|
||||
} debugType_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue