调试窗修改

1、隐藏工控机重启和升级按钮
2、增加工控机协议版本显示
3、增加、完善异常提示(演示模式下不提示)
4、修改GPS定位显示
This commit is contained in:
xuxinchao
2022-03-24 19:16:46 +08:00
parent 81cbfae507
commit 37be6cc1d7
6 changed files with 88 additions and 11 deletions

View File

@@ -139,4 +139,9 @@ interface IMoGoAutopilotProvider : IMoGoFunctionServerProvider {
* 域控制器是否连上了
*/
fun isConnected(): Boolean
/**
*获取协议版本
*/
fun getProtocolVersion(): Int
}