Statistics: Posted by ESP_Faye — Fri Jun 26, 2015 3:58 pm
Statistics: Posted by tve — Thu Jun 25, 2015 2:47 pm
Statistics: Posted by Her Mary — Thu Jun 25, 2015 1:44 pm
Statistics: Posted by tve — Thu Jun 25, 2015 1:04 pm
Code:
static void ICACHE_FLASH_ATTR
at_upDate_discon_cb(void *arg)
{
struct espconn *pespconn = (struct espconn *)arg;
....
}
Code:
void ICACHE_FLASH_ATTR
at_exeCmdCiupdate(uint8_t id)
{
pespconn = (struct espconn *)os_zalloc(sizeof(struct espconn));
......
}
Statistics: Posted by ESP_Faye — Thu Jun 25, 2015 10:30 am
Statistics: Posted by tve — Tue Jun 23, 2015 3:22 am
void *arg : pointer corresponding structure espconn. This pointer may be
different in different callbacks, please don’t use this pointer directly to
distinguish one from another in multiple connections, use remote_ip and
remote_port in espconn instead.
Statistics: Posted by tve — Sat Jun 20, 2015 1:16 pm