Skip to content

Commit

Permalink
Add GPS DOP debug (#3060)
Browse files Browse the repository at this point in the history
Add GPS_DOP debug

betaflight/betaflight#11912
  • Loading branch information
blckmn authored Nov 5, 2022
2 parents 860ad61 + 7115ea3 commit 9f77e00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/tabs/onboard_logging.js
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 9f77e00

Please sign in to comment.