mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 13:25:24 +03:00
Add debug modes to blackbox tab (#1566)
Add debug modes to blackbox tab
This commit is contained in:
commit
541074238c
7 changed files with 134 additions and 2 deletions
|
@ -353,6 +353,15 @@ var FC = {
|
|||
motor_pwm_rate: 0,
|
||||
digitalIdlePercent: 0,
|
||||
gyroUse32kHz: 0,
|
||||
motorPwmInversion: 0,
|
||||
gyroToUse: 0,
|
||||
gyroHighFsr: 0,
|
||||
gyroMovementCalibThreshold: 0,
|
||||
gyroCalibDuration: 0,
|
||||
gyroOffsetYaw: 0,
|
||||
gyroCheckOverflow: 0,
|
||||
debugMode: 0,
|
||||
debugModeCount: 0,
|
||||
};
|
||||
|
||||
FILTER_CONFIG = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue