mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Update sensors.c
This commit is contained in:
parent
e276665b32
commit
74b8201f8d
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ static void ACC_Common(void)
|
||||||
}
|
}
|
||||||
// all values are measured
|
// all values are measured
|
||||||
if (InflightcalibratingA == 1) {
|
if (InflightcalibratingA == 1) {
|
||||||
AccInflightCalibrationActive = false;
|
AccInflightCalibrationActive = false;
|
||||||
AccInflightCalibrationMeasurementDone = true;
|
AccInflightCalibrationMeasurementDone = true;
|
||||||
toggleBeep = 2; // buzzer for indicatiing the end of calibration
|
toggleBeep = 2; // buzzer for indicatiing the end of calibration
|
||||||
// recover saved values to maintain current flight behavior until new values are transferred
|
// recover saved values to maintain current flight behavior until new values are transferred
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue