-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP8266 Large Files #5
Comments
Hello. You must split that file. |
Hello , thanks for that library ! but I can |
No. I have not . This library is too old. I use atc_v2 library. |
hello . in Multiple Connections as TCP Server with ESP8266 , is a timeout mechanism when ESP8266 working as a TCP server. If a TCP client has connected to the ESP8266 TCP server, but there is no data transmission for a period of time, then the server will stop the connection when timeout! |
Ohh. I am sorry . I can not help. |
Hello again,
i'm using your driver, it's working perfectly, thanks for that.
But i was wondering how to make the Wifi_RxCallBack read response that is much bigger than _WIFI_RX_FOR_DATA_SIZE
In another words, i'm trying to get a large JSON object (~30KB), so the server sends that data as chunks
Transfer-Encoding →chunked
but the ESP never send an interrupt to the STM32
The text was updated successfully, but these errors were encountered: