优化显示逻辑

This commit is contained in:
wangcongtao
2021-03-08 10:10:22 +08:00
parent fec7879df3
commit 79638fac6f
8 changed files with 8457 additions and 47 deletions

View File

@@ -174,4 +174,6 @@ public interface IMogoADASController extends IProvider {
* 结束自动驾驶
*/
void cancelAutopilot();
void mockAdasLoc(String json);
}