Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By sudlud
#12269 Hey,

thanks alot for the implementation. I just uploaded your binaries to my ESp8266EX and startet a SSL connection to a webserver.

After sending a GET-request, I get an appropiate answer, but only the first ~690 bytes of the answer. There's only one "+IPD" response from the ESP8266, all other data seems to be lost.

The problem is, that these 690 bytes still only contain header information of the http response.. So for me it's not usable at the moment =/

Do you have any suggestions? For short messages it seems to work, but not for larger responses.

:mrgreen: