[Update]支持乘客屏连接指定ip的司机屏,支持乘客屏请求司机屏车牌号
This commit is contained in:
@@ -173,4 +173,8 @@ object CallerAutoPilotManager {
|
||||
fun getProtocolVersion(): Int{
|
||||
return providerApi?.getProtocolVersion() ?:0
|
||||
}
|
||||
|
||||
fun connectSpecifiedServer(ip: String) {
|
||||
providerApi?.connectSpecifiedServer(ip)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user