调试窗修改

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

@@ -156,4 +156,11 @@ object CallerAutoPilotManager {
fun getGlobalPath(){
providerApi?.getGlobalPath()
}
/**
*获取协议版本
*/
fun getProtocolVersion(): Int{
return providerApi?.getProtocolVersion() ?:0
}
}