1
0
Fork 0
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:
Michael Keller 2019-08-15 12:47:53 +12:00 committed by GitHub
commit 541074238c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 134 additions and 2 deletions

View file

@ -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 = {