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