mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
OP-1351 fixed inversed calibration instruction text
This commit is contained in:
parent
b348dbdd1c
commit
4a6c417bda
@ -463,11 +463,11 @@ void SixPointCalibrationModel::compute()
|
||||
m_dirty = true;
|
||||
if (calibratingMag) {
|
||||
result.revoCalibrationData = revoCalibrationData;
|
||||
displayInstructions(tr("Accelerometer calibration completed successfully."), WizardModel::Success);
|
||||
displayInstructions(tr("Magnetometer calibration completed successfully."), WizardModel::Success);
|
||||
}
|
||||
if (calibratingAccel) {
|
||||
result.accelGyroSettingsData = accelGyroSettingsData;
|
||||
displayInstructions(tr("Magnetometer calibration completed successfully."), WizardModel::Success);
|
||||
displayInstructions(tr("Accelerometer calibration completed successfully."), WizardModel::Success);
|
||||
}
|
||||
} else {
|
||||
progressChanged(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user