mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
OP-975 fix message at end of calibration
This commit is contained in:
parent
28361488b8
commit
f1d6b3a863
@ -643,11 +643,10 @@ void ConfigRevoWidget::sixPointCalibrationCompute(bool mag, bool accel)
|
||||
} else {
|
||||
accelGyroSettings->setData(savedSettings.accelGyroSettings);
|
||||
}
|
||||
m_ui->sixPointCalibInstructions->append("Computed sensor scale and bias...");
|
||||
displayInstructions("Computed sensor scale and bias...", true);
|
||||
} else {
|
||||
displayInstructions("Bad calibration. Please repeat.", true);
|
||||
}
|
||||
|
||||
m_ui->sixPointCalibInstructions->append("Bad calibration. Please repeat.");
|
||||
|
||||
position = -1; // set to run again
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user