mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 21:48:25 +08:00
add:udp接收,准备在家udp发送队列
This commit is contained in:
@@ -67,9 +67,9 @@ void wifi_easylink_completed_handle( network_InitTypeDef_st *nwkpara, void * arg
|
||||
//wifi<66><69><EFBFBD><EFBFBD><EFBFBD>ӻ<EFBFBD>ȡ<EFBFBD><C8A1>IP<49><50>ַ <20>ص<EFBFBD>
|
||||
static void wifi_get_ip_callback( IPStatusTypedef *pnet, void * arg )
|
||||
{
|
||||
os_log("got IP:%s", pnet->ip);
|
||||
os_log("got IP:%s, MAC:%s", pnet->ip,pnet->mac);
|
||||
wifi_status = WIFI_STATE_CONNECTED;
|
||||
|
||||
strcpy(strMac, pnet->mac);
|
||||
}
|
||||
//wifi<66><69><EFBFBD><EFBFBD>״̬<D7B4>ı<EFBFBD><C4B1>ص<EFBFBD>
|
||||
static void wifi_status_callback( WiFiEvent status, void *arg )
|
||||
|
||||
Reference in New Issue
Block a user