mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +01:00
15.02.02 hotfix for tricopter servo on wizard
This commit is contained in:
parent
c227686854
commit
93ff480b7a
@ -690,6 +690,8 @@ void OutputCalibrationPage::on_motorNeutralSlider_valueChanged(int value)
|
|||||||
void OutputCalibrationPage::on_servoButton_toggled(bool checked)
|
void OutputCalibrationPage::on_servoButton_toggled(bool checked)
|
||||||
{
|
{
|
||||||
ui->servoButton->setText(checked ? tr("Stop") : tr("Start"));
|
ui->servoButton->setText(checked ? tr("Stop") : tr("Start"));
|
||||||
|
// Now we set servos, motors are done (Tricopter fix)
|
||||||
|
ui->calibrateAllMotors->setChecked(false);
|
||||||
|
|
||||||
QList<quint16> currentChannels;
|
QList<quint16> currentChannels;
|
||||||
getCurrentChannels(currentChannels);
|
getCurrentChannels(currentChannels);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user