[chang]调整CarConfigReq获取时机

This commit is contained in:
xinfengkun
2022-05-20 16:58:33 +08:00
parent ee0f139da1
commit 77a2d58c24

View File

@@ -374,10 +374,10 @@ public class AdasChannel implements IAdasNetCommApi, FpgaSocket.IWebSocketConnec
@Override
public void onWebSocketConnectSuccess(String ipAddress, int port) {
sendCarConfigReq();
ipcConnectedIp = ipAddress;
ipcConnectedPort = port;
updateConnectStatus(Constants.IPC_CONNECTION_STATUS.CONNECTED, "已连接");
sendCarConfigReq();
}
@Override