修正健康值
This commit is contained in:
@@ -68,7 +68,7 @@ StatusUI::StatusUI(QWidget *parent) :
|
||||
|
||||
install(state,0,"投放状态",0);
|
||||
//install(state,0,"脱离状态2",0);
|
||||
install(state,0,"点火保险",0);
|
||||
install(state,0,"火箭状态",0);
|
||||
install(state,0,"加速度采集",0);
|
||||
//install(state,0,"开伞状态",0);
|
||||
|
||||
@@ -196,7 +196,7 @@ void StatusUI::setValue(int group, int index, QString s)
|
||||
}
|
||||
|
||||
|
||||
bool StatusUI::addGroup(int index)//??
|
||||
bool StatusUI::addGroup(int index)
|
||||
{
|
||||
bool flag = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user