mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 05:45:31 +03:00
Beep when adjustments are made. (very short = adjust downwards, short =
adjust upwards).
This commit is contained in:
parent
a92b148557
commit
b2db6b3b80
5 changed files with 21 additions and 7 deletions
|
@ -130,7 +130,7 @@ void performInflightAccelerationCalibration(rollAndPitchTrims_t *rollAndPitchTri
|
|||
if (InflightcalibratingA == 1) {
|
||||
AccInflightCalibrationActive = false;
|
||||
AccInflightCalibrationMeasurementDone = true;
|
||||
queueConfirmationBeep(2); // beeper to indicating the end of calibration
|
||||
queueConfirmationBeep(5); // beeper to indicating the end of calibration
|
||||
// recover saved values to maintain current flight behaviour until new values are transferred
|
||||
accelerationTrims->raw[FD_ROLL] = accZero_saved[FD_ROLL];
|
||||
accelerationTrims->raw[FD_PITCH] = accZero_saved[FD_PITCH];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue