nterrupt GET esp8266
Posted: Mon Jul 20, 2015 9:03 am
Is it possible to interrupt a get? For example if it is currently receiving lot of data, is it possible to run
node.restart() or wifi.sta.disconnect() so as to free it up?
Currently my ESP8266 just hangs until the data is finished being received. I'd rather not have to reset the chip and have it reconnect to wifi all over again.
node.restart() or wifi.sta.disconnect() so as to free it up?
Currently my ESP8266 just hangs until the data is finished being received. I'd rather not have to reset the chip and have it reconnect to wifi all over again.