Modify app address, for AT cmd

This commit is contained in:
songyanguang
2025-05-12 16:50:37 +08:00
parent cd121f49f9
commit 33523335e2
11 changed files with 31 additions and 9 deletions
+1 -1
View File
@@ -407,7 +407,7 @@ int AdapterDeviceConnect(struct Adapter *adapter, enum NetRoleType net_role, con
if (NULL == ip_done->connect)
return -1;
printf("AdapterDeviceConnect to connect ip=%s port=%s\n", ip, port);
return ip_done->connect(adapter, net_role, ip, port, ip_type);
} else {
printf("AdapterDeviceConnect net_protocol %d not support\n", adapter->net_protocol);