Skip to content

Commit

Permalink
Add FF2.0 debug modes
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoFPV committed Aug 15, 2019
1 parent e513c27 commit 3f54c6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/tabs/onboard_logging.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ TABS.onboard_logging.initialize = function (callback) {
{text: "BARO"},
{text: "GPS_RESCUE_THROTTLE_PID"},
{text: "DYN_IDLE"},
{text: "FF_LIMIT"},
{text: "FF_INTERPOLATED"},
];

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

0 comments on commit 3f54c6c

Please sign in to comment.