参数显示测试完成,可以显示,但是存在一定的缺陷,后期慢慢修复

This commit is contained in:
hm
2020-03-24 21:49:35 +08:00
parent 663e6487c3
commit 6f628b61d0
6 changed files with 71 additions and 42 deletions
+4
View File
@@ -247,6 +247,10 @@ void MainWindow::onTabIndexChanged(const int &index)
inspector->show();
}
else if (index == 4)
{
dlink->mavlinknode->Parameter->paramInspect->show();
}
}