1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

Add FAILSAFE and GYRO_CALIBRATION debug modes (#3313)

This commit is contained in:
Mark Haslinghuis 2023-02-05 20:36:19 +01:00 committed by GitHub
parent 16ca73ee66
commit a472efdc91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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++) {