mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Added debug output for gyro calibraton noise, increased 'moron_threshold' to 48.
This commit is contained in:
parent
322ae59051
commit
a91ff6838f
2 changed files with 6 additions and 1 deletions
|
@ -627,7 +627,7 @@ void createDefaultConfig(master_t *config)
|
|||
config->boardAlignment.yawDegrees = 0;
|
||||
config->accelerometerConfig.acc_hardware = ACC_DEFAULT; // default/autodetect
|
||||
config->rcControlsConfig.yaw_control_direction = 1;
|
||||
config->gyroConfig.gyroMovementCalibrationThreshold = 32;
|
||||
config->gyroConfig.gyroMovementCalibrationThreshold = 48;
|
||||
|
||||
// xxx_hardware: 0:default/autodetect, 1: disable
|
||||
config->compassConfig.mag_hardware = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue