ESP8266 Developer Zone The Official ESP8266 Forum 2016-05-27T11:37:23+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2214 2016-05-27T11:37:23+08:00 2016-05-27T11:37:23+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2214&p=7104#p7104 <![CDATA[Re: 请问如何printf ip地址]]>
or
uint8_t buf[16];
os_sprintf(buf, IPSTR, IP2STR(&ipconfig.ip));

Statistics: Posted by Guest — Fri May 27, 2016 11:37 am


]]>
2016-05-24T22:10:16+08:00 2016-05-24T22:10:16+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2214&p=7059#p7059 <![CDATA[请问如何printf ip地址]]> 想要将ipconfig.ip.addr打印出来,或者转化成字符串,请问如何操作
使用ipaddr_ntoa,一直报错

Statistics: Posted by succu — Tue May 24, 2016 10:10 pm


]]>