add temp1, temp2
This commit is contained in:
@@ -73,6 +73,8 @@ namespace Project.ViewForm
|
||||
this.cv6.Text = PUB.BMS.CellVoltage[5].ToString("N3") + "v";
|
||||
this.cv7.Text = PUB.BMS.CellVoltage[6].ToString("N3") + "v";
|
||||
this.cv8.Text = PUB.BMS.CellVoltage[7].ToString("N3") + "v";
|
||||
this.lbTemp1.Text = PUB.BMS.Current_temp1.ToString() + "℃";
|
||||
this.lbtemp2.Text = PUB.BMS.Current_temp2.ToString() + "℃";
|
||||
timer1.Start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user