You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
"1: passive mode - ESP8266 will keep the received TCP data in an internal buffer (default is 2920
bytes), and wait for host MCU to read the data. If the buffer is full, the TCP transmission will be
blocked."
It's possible to increase this buffer to eg. 2MB? There is around 6MB free ram in ESP8266, this would save our company lot of time in the future.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
AT+CIPRECVMODE says
"1: passive mode - ESP8266 will keep the received TCP data in an internal buffer (default is 2920
bytes), and wait for host MCU to read the data. If the buffer is full, the TCP transmission will be
blocked."
It's possible to increase this buffer to eg. 2MB? There is around 6MB free ram in ESP8266, this would save our company lot of time in the future.
The text was updated successfully, but these errors were encountered: