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:
authorJ Blackman <blckmn@users.noreply.github.com>2022-11-05 03:52:10 +0300
committerGitHub <noreply@github.com>2022-11-05 03:52:10 +0300
commit9f77e00e1749b05bc6850a11e8fef0883fddb878 (patch)
tree264d614f6d4279775161a25378bee73b7bd41c42
parent860ad6151fb1ea0103c33bc8979e41806dd04310 (diff)
parent7115ea30223aeda3bc92a3b5064e8f50688d8c1e (diff)
Add GPS DOP debug (#3060)
Add GPS_DOP debug https://github.com/betaflight/betaflight/pull/11912
-rw-r--r--src/js/tabs/onboard_logging.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/tabs/onboard_logging.js b/src/js/tabs/onboard_logging.js
index fba8b358..e5348314 100644
--- a/src/js/tabs/onboard_logging.js
+++ b/src/js/tabs/onboard_logging.js
@@ -365,6 +365,7 @@ onboard_logging.initialize = function (callback) {
{text: "GPS_RESCUE_TRACKING"},
{text: "ATTITUDE"},
{text: "VTX_MSP"},
+ {text: "GPS_DOP"},
];
for (let i = 0; i < FC.PID_ADVANCED_CONFIG.debugModeCount; i++) {