[dev_arch_opt_3.0] 修改obu直连的数据结构和和回调方法

This commit is contained in:
lixiaopeng
2023-02-13 17:52:16 +08:00
parent dbd2a0e6dc
commit ef4f81e32d
9 changed files with 468 additions and 481 deletions

View File

@@ -47,7 +47,7 @@ dependencies {
kapt rootProject.ext.dependencies.aroutercompiler
implementation rootProject.ext.dependencies.coroutinescore
implementation rootProject.ext.dependencies.coroutinesandroid
implementation rootProject.ext.dependencies.mogoobu
implementation project(':libraries:mogo-obu')
if (Boolean.valueOf(USE_MAVEN_PACKAGE)) {
implementation rootProject.ext.dependencies.mogo_core_data

View File

@@ -11,7 +11,7 @@ interface IMoGoObuLocationWGS84Listener {
/**
* HV车辆基础信息
*
s
* @param data 数据
* @since 1.0.0
*/