调试窗修改
1、隐藏工控机重启和升级按钮 2、增加工控机协议版本显示 3、增加、完善异常提示(演示模式下不提示) 4、修改GPS定位显示
This commit is contained in:
@@ -156,4 +156,11 @@ object CallerAutoPilotManager {
|
||||
fun getGlobalPath(){
|
||||
providerApi?.getGlobalPath()
|
||||
}
|
||||
|
||||
/**
|
||||
*获取协议版本
|
||||
*/
|
||||
fun getProtocolVersion(): Int{
|
||||
return providerApi?.getProtocolVersion() ?:0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user