摘要: u8 IPAddr[4] = { 192, 168, 1, 10 }; //IP address,单片机作服务器端的IP地址 u8 GWIPAddr[4] = { 192, 168, 1, 1 }; //Gateway IP address u8 IPMask[4] = { 255, 255, 25 阅读全文
posted @ 2022-12-16 14:20 oTvTo 阅读(730) 评论(0) 推荐(0)