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:
parent
16ca73ee66
commit
a472efdc91
1 changed files with 2 additions and 0 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue