1
0
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:
Alessio Morale 2014-04-10 22:42:20 +02:00
parent 28361488b8
commit f1d6b3a863

View File

@ -643,11 +643,10 @@ void ConfigRevoWidget::sixPointCalibrationCompute(bool mag, bool accel)
} else { } else {
accelGyroSettings->setData(savedSettings.accelGyroSettings); 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 position = -1; // set to run again
} }