mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
OP-1222 Fixed 'default' values for TPS curve when no board is connected.
This commit is contained in:
parent
11822fa0a9
commit
3d20e201af
@ -133,6 +133,7 @@ ConfigStabilizationWidget::ConfigStabilizationWidget(QWidget *parent) : ConfigTa
|
||||
ui->thrustPIDScalingCurve->setYAxisLabel(tr("Scaling factor"));
|
||||
ui->thrustPIDScalingCurve->setMin(-0.5);
|
||||
ui->thrustPIDScalingCurve->setMax(0.5);
|
||||
ui->thrustPIDScalingCurve->initLinearCurve(5, -0.25, 0.25);
|
||||
|
||||
addWidget(ui->defaultThrottleCurveButton);
|
||||
addWidget(ui->enableThrustPIDScalingCheckBox);
|
||||
|
Loading…
x
Reference in New Issue
Block a user