[dev_robotaxi-d-app-module_2132_221223_2.13.2_sop] 删除老obu

This commit is contained in:
lixiaopeng
2023-02-17 14:51:35 +08:00
parent b4523db91e
commit 63da381a72
12 changed files with 47 additions and 1167 deletions

View File

@@ -41,4 +41,11 @@ object CallerOBUManager {
return providerApi.isConnected()
}
/**
* 设置obu sdk的 日志
*/
fun setObuLog(isSet: Boolean) {
providerApi.setObuLibLog(isSet)
}
}