mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +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
|
||||
if (InflightcalibratingA == 1) {
|
||||
AccInflightCalibrationActive = false;
|
||||
AccInflightCalibrationActive = false;
|
||||
AccInflightCalibrationMeasurementDone = true;
|
||||
toggleBeep = 2; // buzzer for indicatiing the end of calibration
|
||||
// recover saved values to maintain current flight behavior until new values are transferred
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue