Skip to content

Commit

Permalink
Add FAILSAFE and GYRO_CALIBRATION debug modes (#3313)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Feb 5, 2023
1 parent 16ca73e commit a472efd
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 @@ -320,6 +320,8 @@ onboard_logging.initialize = function (callback) {
{text: "ATTITUDE"},
{text: "VTX_MSP"},
{text: "GPS_DOP"},
{text: "FAILSAFE"},
{text: "GYRO_CALIBRATION"},
];

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

0 comments on commit a472efd

Please sign in to comment.