1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-31 16:52:10 +01:00

15.02.02 hotfix for tricopter servo on wizard

This commit is contained in:
Laurent Lalanne 2015-05-02 21:02:14 +02:00
parent c227686854
commit 93ff480b7a

View File

@ -690,6 +690,8 @@ void OutputCalibrationPage::on_motorNeutralSlider_valueChanged(int value)
void OutputCalibrationPage::on_servoButton_toggled(bool checked)
{
ui->servoButton->setText(checked ? tr("Stop") : tr("Start"));
// Now we set servos, motors are done (Tricopter fix)
ui->calibrateAllMotors->setChecked(false);
QList<quint16> currentChannels;
getCurrentChannels(currentChannels);