修改状态,修改燃油流量
This commit is contained in:
@@ -375,6 +375,16 @@ void StatusUI::setEngine(uint32_t pos,QVariant value)
|
||||
ui->label_flux->setText(value.toString());
|
||||
|
||||
break;
|
||||
case 10:
|
||||
|
||||
ui->label_Fuel_Int->setText(value.toString());
|
||||
|
||||
break;
|
||||
case 11:
|
||||
|
||||
ui->label_Fuel_Est->setText(value.toString());
|
||||
|
||||
break;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user