1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 01:05:15 +03:00

Add GPS DOP debug

This commit is contained in:
Mark Haslinghuis 2022-10-24 22:15:38 +02:00
parent 75c6ab1b49
commit 7115ea3022

View file

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