mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Added gyro raw output debug mode
This commit is contained in:
parent
ee48272462
commit
ee1e008a80
3 changed files with 4 additions and 1 deletions
|
@ -50,5 +50,6 @@ const char * const debugModeNames[DEBUG_COUNT] = {
|
|||
"FFT",
|
||||
"FFT_TIME",
|
||||
"FFT_FREQ",
|
||||
"FRSKY_D_RX"
|
||||
"FRSKY_D_RX",
|
||||
"GYRO_RAW"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue