mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Further work on multiple gyro support
This commit is contained in:
parent
a518531c3f
commit
4be1e31d01
6 changed files with 124 additions and 144 deletions
|
@ -556,7 +556,7 @@ void init(void)
|
|||
if (mixerConfig()->mixerMode == MIXER_GIMBAL) {
|
||||
accSetCalibrationCycles(CALIBRATING_ACC_CYCLES);
|
||||
}
|
||||
gyroSetCalibrationCycles();
|
||||
gyroStartCalibration();
|
||||
#ifdef BARO
|
||||
baroSetCalibrationCycles(CALIBRATING_BARO_CYCLES);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue