调试窗修改

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

@@ -368,4 +368,13 @@ class MoGoAutopilotProvider :
override fun isConnected(): Boolean {
return AdasManager.getInstance().ipcConnectionStatus == IPC_CONNECTION_STATUS.CONNECTED
}
/**
* 获取协议版本
*/
override fun getProtocolVersion(): Int {
return AdasManager.getInstance().protocolVersion
}
}