Hidden BMS temperature from Monitor screen
This commit is contained in:
@@ -180,24 +180,24 @@ Item {
|
|||||||
Layout.maximumWidth: (parent.width - parent.columnSpacing) / 2
|
Layout.maximumWidth: (parent.width - parent.columnSpacing) / 2
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
// RowLayout {
|
||||||
spacing: 10
|
// spacing: 10
|
||||||
Controls.ContentLabel {
|
// Controls.ContentLabel {
|
||||||
text: qsTr("BMS temperature, °C")
|
// text: qsTr("BMS temperature, °C")
|
||||||
}
|
// }
|
||||||
|
|
||||||
Controls.DotSeparator {
|
// Controls.DotSeparator {
|
||||||
Layout.fillWidth: true
|
// Layout.fillWidth: true
|
||||||
}
|
// }
|
||||||
|
|
||||||
Controls.SubtitleLabel {
|
// Controls.SubtitleLabel {
|
||||||
id: bmsTemperatureLabel
|
// id: bmsTemperatureLabel
|
||||||
text: "-"
|
// text: "-"
|
||||||
}
|
// }
|
||||||
|
|
||||||
Layout.fillWidth: true
|
// Layout.fillWidth: true
|
||||||
Layout.maximumWidth: (parent.width - parent.columnSpacing) / 2
|
// Layout.maximumWidth: (parent.width - parent.columnSpacing) / 2
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -285,7 +285,7 @@ Item {
|
|||||||
batteryVoltageLabel.text = MathHelper.roundDouble(values.packVoltage)
|
batteryVoltageLabel.text = MathHelper.roundDouble(values.packVoltage)
|
||||||
|
|
||||||
batteryTemperatureLabel.text = MathHelper.roundDouble(values.tempBattHigh)
|
batteryTemperatureLabel.text = MathHelper.roundDouble(values.tempBattHigh)
|
||||||
bmsTemperatureLabel.text = MathHelper.roundDouble(values.tempBMSHigh)
|
// bmsTemperatureLabel.text = MathHelper.roundDouble(values.tempBMSHigh)
|
||||||
|
|
||||||
maximumCellVoltageLabel.text = MathHelper.roundDouble(values.cVHigh)
|
maximumCellVoltageLabel.text = MathHelper.roundDouble(values.cVHigh)
|
||||||
minimumCellVoltageLabel.text = MathHelper.roundDouble(values.cVLow)
|
minimumCellVoltageLabel.text = MathHelper.roundDouble(values.cVLow)
|
||||||
|
|||||||
Reference in New Issue
Block a user