mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
Add GPS DOP debug (#3060)
Add GPS_DOP debug https://github.com/betaflight/betaflight/pull/11912
This commit is contained in:
commit
9f77e00e17
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ onboard_logging.initialize = function (callback) {
|
||||||
{text: "GPS_RESCUE_TRACKING"},
|
{text: "GPS_RESCUE_TRACKING"},
|
||||||
{text: "ATTITUDE"},
|
{text: "ATTITUDE"},
|
||||||
{text: "VTX_MSP"},
|
{text: "VTX_MSP"},
|
||||||
|
{text: "GPS_DOP"},
|
||||||
];
|
];
|
||||||
|
|
||||||
for (let i = 0; i < FC.PID_ADVANCED_CONFIG.debugModeCount; i++) {
|
for (let i = 0; i < FC.PID_ADVANCED_CONFIG.debugModeCount; i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue