mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +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
|
@ -197,7 +197,7 @@ void processRcStickPositions(throttleStatus_e throttleStatus)
|
|||
|
||||
if (rcSticks == THR_LO + YAW_LO + PIT_LO + ROL_CE) {
|
||||
// GYRO calibration
|
||||
gyroSetCalibrationCycles();
|
||||
gyroStartCalibration();
|
||||
|
||||
#ifdef GPS
|
||||
if (feature(FEATURE_GPS)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue