修改obu sdk版本
This commit is contained in:
@@ -23,7 +23,7 @@ class MoGoObuProvider : IMoGoObuProvider {
|
||||
private var mContext: Context? = null
|
||||
|
||||
private val busObuIp = "192.168.8.199"
|
||||
private val taxiObuIp = "192.168.1.199"
|
||||
private val taxiObuIp = "192.168.1.199"
|
||||
|
||||
// private val taxiObuIp = "192.168.0.56"
|
||||
|
||||
@@ -44,8 +44,8 @@ class MoGoObuProvider : IMoGoObuProvider {
|
||||
//不处理
|
||||
} else {
|
||||
mContext = context
|
||||
val thread = object : Thread() {
|
||||
override fun run() {
|
||||
// val thread = object : Thread() {
|
||||
// override fun run() {
|
||||
mContext?.let {
|
||||
if (AppIdentityModeUtils.isBus(FunctionBuildConfig.appIdentityMode)) {
|
||||
MogoPrivateObuNewManager.INSTANCE.connectObu(
|
||||
@@ -61,8 +61,8 @@ class MoGoObuProvider : IMoGoObuProvider {
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
}.start()
|
||||
// }
|
||||
// }.start()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user