Skip to content

Commit

Permalink
Merge pull request #3011 from haslinghuis/add-debug-modes
Browse files Browse the repository at this point in the history
  • Loading branch information
blckmn committed Sep 17, 2022
2 parents e946ed3 + 4afd840 commit 74d2492
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/js/tabs/onboard_logging.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,11 @@ onboard_logging.initialize = function (callback) {
{text: "RX_EXPRESSLRS_SPI"},
{text: "RX_EXPRESSLRS_PHASELOCK"},
{text: "RX_STATE_TIME"},
{text: "GPS_RESCUE_VELOCITY"},
{text: "GPS_RESCUE_HEADING"},
{text: "GPS_RESCUE_TRACKING"},
{text: "ATTITUDE"},
{text: "VTX_MSP"},
];

for (let i = 0; i < FC.PID_ADVANCED_CONFIG.debugModeCount; i++) {
Expand Down

0 comments on commit 74d2492

Please sign in to comment.