1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Add GPS DOP debug (#3060)

Add GPS_DOP debug

https://github.com/betaflight/betaflight/pull/11912
This commit is contained in:
J Blackman 2022-11-05 11:52:10 +11:00 committed by GitHub
commit 9f77e00e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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++) {