mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Fix debug GPS_DOP (#11956)
Forgot to add `GPS_DOP` to the end of `debugModeNames` to make the debug mode usable. More information in the corresponding main PR https://github.com/betaflight/betaflight/pull/11912
This commit is contained in:
commit
92594aa954
1 changed files with 2 additions and 1 deletions
|
@ -105,5 +105,6 @@ const char * const debugModeNames[DEBUG_COUNT] = {
|
|||
"GPS_RESCUE_HEADING",
|
||||
"GPS_RESCUE_TRACKING",
|
||||
"ATTITUDE",
|
||||
"VTX_MSP"
|
||||
"VTX_MSP",
|
||||
"GPS_DOP",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue