diff --git a/embedded8266/common/http.c b/embedded8266/common/http.c index 76151b3..a889f3b 100644 --- a/embedded8266/common/http.c +++ b/embedded8266/common/http.c @@ -328,12 +328,10 @@ http_recvcb(void *arg, char *pusrdata, unsigned short length) { struct espconn *pespconn = (struct espconn *) arg; - ets_intr_lock(); curhttp = (struct HTTPConnection * )pespconn->reverse; curdata = (uint8*)pusrdata; curlen = length; HTTPGotData(); - ets_intr_unlock(); } void ICACHE_FLASH_ATTR diff --git a/embedded8266/image.elf b/embedded8266/image.elf index 650cb88..d3807da 100755 Binary files a/embedded8266/image.elf and b/embedded8266/image.elf differ