Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaslinghuis <mark@numloq.nl>2022-10-12 23:41:36 +0300
committerGitHub <noreply@github.com>2022-10-12 23:41:36 +0300
commit3a4751946f95ea42618f4fd2be92d015dd01db52 (patch)
tree459c7975c9f92d1e39a8c3d73d54a90e5a53d5d4
parent880f2c9bd9f39cc881208e9d688df96f27b869a7 (diff)
parentca612cdcc7120bc12957dc3a0fee76826437c9a4 (diff)
Merge pull request #3041 from haslinghuis/fix-debug-modes
Fix debug modes (GHST)
-rw-r--r--src/js/tabs/onboard_logging.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/js/tabs/onboard_logging.js b/src/js/tabs/onboard_logging.js
index f3379c29..da30baf7 100644
--- a/src/js/tabs/onboard_logging.js
+++ b/src/js/tabs/onboard_logging.js
@@ -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"},