mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
OPO-1384 thermal calibration ui : changed label Variance back to Gradient
This commit is contained in:
parent
20df4b7903
commit
f345adae44
@ -330,7 +330,7 @@ void ConfigRevoWidget::displayTemperature(float temperature)
|
||||
|
||||
void ConfigRevoWidget::displayTemperatureGradient(float temperatureGradient)
|
||||
{
|
||||
m_ui->temperatureGradientLabel->setText(tr("Variance: %1°C/min").arg(format(temperatureGradient)));
|
||||
m_ui->temperatureGradientLabel->setText(tr("Gradient: %1°C/min").arg(format(temperatureGradient)));
|
||||
}
|
||||
|
||||
void ConfigRevoWidget::displayTemperatureRange(float temperatureRange)
|
||||
|
Loading…
x
Reference in New Issue
Block a user