mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Merge pull request #3041 from haslinghuis/fix-debug-modes
Fix debug modes (GHST)
This commit is contained in:
commit
3a4751946f
1 changed files with 2 additions and 1 deletions
|
@ -344,7 +344,8 @@ onboard_logging.initialize = function (callback) {
|
|||
{text: "RX_TIMING"},
|
||||
{text: "D_LPF"},
|
||||
{text: "VTX_TRAMP"},
|
||||
{text: "GHOST"},
|
||||
{text: "GHST"},
|
||||
{text: "GHST_MSP"},
|
||||
{text: "SCHEDULER_DETERMINISM"},
|
||||
{text: "TIMING_ACCURACY"},
|
||||
{text: "RX_EXPRESSLRS_SPI"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue