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:
authorMark Haslinghuis <mark@numloq.nl>2022-10-24 23:15:38 +0300
committerMark Haslinghuis <mark@numloq.nl>2022-10-24 23:15:38 +0300
commit7115ea30223aeda3bc92a3b5064e8f50688d8c1e (patch)
tree27fc376ff3f4fcc6eccefeec22902bd10fcb105e
parent75c6ab1b49d4925943d8e2b5fb8d72a16ef5e00e (diff)
Add GPS DOP debug
-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 da30baf7..d1b515be 100644
--- a/src/js/tabs/onboard_logging.js
+++ b/src/js/tabs/onboard_logging.js
@@ -356,6 +356,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++) {