Skip to content

Commit

Permalink
Auto merged - #2687 at Sun, 12 Dec 2021 16:17:06 GMT
Browse files Browse the repository at this point in the history
Update debug field list names
  • Loading branch information
blckmn authored Dec 12, 2021
2 parents 79e081f + 08dff0c commit ae2ef20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/js/tabs/onboard_logging.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,13 +337,15 @@ TABS.onboard_logging.initialize = function (callback) {
{text: "BARO"},
{text: "GPS_RESCUE_THROTTLE_PID"},
{text: "DYN_IDLE"},
{text: "FF_LIMIT"},
{text: "FF_INTERPOLATED"},
{text: "FEEDFORWARD_LIMIT"},
{text: "FEEDFORWARD"},
{text: "BLACKBOX_OUTPUT"},
{text: "GYRO_SAMPLE"},
{text: "RX_TIMING"},
{text: "D_LPF"},
{text: "VTX_TRAMP"},
{text: "GHOST"},
{text: "SCHEDULER_DETERMINISM"},
];

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

0 comments on commit ae2ef20

Please sign in to comment.