修改adas接口
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user