修改adas接口

This commit is contained in:
wangcongtao
2020-10-21 17:56:46 +08:00
parent d65bb46121
commit 6fe11bf8a1
3 changed files with 20 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ class AutoPilotRemoteController {
}
String json = GsonUtil.jsonFromObject( obj );
Logger.d( TAG, json );
MogoApisHandler.getInstance().getApis().getAdasControllerApi().notifyAdas( json );
MogoApisHandler.getInstance().getApis().getAdasControllerApi().aiCloudToAdasData( json );
}
};