修改地面站闪退问题

This commit is contained in:
hm
2021-07-09 18:26:47 +08:00
parent 56054d9f16
commit e2b6158eba
11 changed files with 756 additions and 1248 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ StatusUI::StatusUI(QWidget *parent) :
{"对准失败",StateWidget::state::red},
{"未知参数",StateWidget::state::red}});
install(e_fly,0,"导航模式",0,
QMap<QVariant, StateWidget::state>{{"N/A",StateWidget::state::gray},
QMap<QVariant, StateWidget::state>{{"未初始化",StateWidget::state::gray},
{"INS/大气",StateWidget::state::orange},
{"INS/DGPS",StateWidget::state::green},
{"INS/GNSS",StateWidget::state::green},