ESP8266 Developer Zone The Official ESP8266 Forum 2015-02-28T16:51:02+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=231 2015-02-28T16:51:02+08:00 2015-02-28T16:51:02+08:00 https://bbs.espressif.com:443/viewtopic.php?t=231&p=841#p841 <![CDATA[ota升级的库中,结构体upgrade_server_info中pespconn的作用?]]> uint8 ip[4];
uint16 port;

uint8 upgrade_flag;

uint8 pre_version[8];
uint8 upgrade_version[8];

uint32 check_times;
uint8 *url;

upgrade_states_check_callback check_cb;
struct espconn *pespconn;
};
这个结构体体中已经有ip,port,pespconn这个结构体又是什么作用?需要赋哪些值?

Statistics: Posted by leeshine — Sat Feb 28, 2015 4:51 pm


]]>