添加发动机停车

This commit is contained in:
hm
2020-10-16 17:06:18 +08:00
parent 74cdab30db
commit 162481bcaa
27 changed files with 666 additions and 382 deletions
+6
View File
@@ -161,6 +161,12 @@ void StatusUI::setBattery(uint32_t pos,QVariant value)
case 4:
ui->label_56V_A->setText(value.toString());
break;
case 5:
ui->label_28V_percent->setText(value.toString());
break;
case 6:
ui->label_56V_percent->setText(value.toString());
break;
}
}