FIX: missing debug modes (#3386)

Add missing debug modes
master
Mark Haslinghuis 2023-03-21 14:42:04 +01:00 committed by GitHub
parent 95f4c6e75d
commit 35959bbe58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -338,6 +338,9 @@ onboard_logging.initialize = function (callback) {
{text: "GPS_DOP"},
{text: "FAILSAFE"},
{text: "GYRO_CALIBRATION"},
{text: "ANGLE_MODE"},
{text: "ANGLE_TARGET"},
{text: "CURRENT_ANGLE"},
];
for (let i = 0; i < FC.PID_ADVANCED_CONFIG.debugModeCount; i++) {