mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
Merge remote-tracking branch 'origin/development' into dzikuvx-f7-speedup
This commit is contained in:
commit
fbeddfb6a6
82 changed files with 2730 additions and 492 deletions
|
@ -235,7 +235,7 @@ void processRcStickPositions(throttleStatus_e throttleStatus)
|
|||
|
||||
// GYRO calibration
|
||||
if (rcSticks == THR_LO + YAW_LO + PIT_LO + ROL_CE) {
|
||||
gyroSetCalibrationCycles(CALIBRATING_GYRO_CYCLES);
|
||||
gyroStartCalibration();
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -317,7 +317,7 @@ void processRcStickPositions(throttleStatus_e throttleStatus)
|
|||
|
||||
// Calibrating Acc
|
||||
if (rcSticks == THR_HI + YAW_LO + PIT_LO + ROL_CE) {
|
||||
accSetCalibrationCycles(CALIBRATING_ACC_CYCLES);
|
||||
accStartCalibration();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue