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
ESP8266 now clears socket buffer packets on reset and close
After a board where the ESP8266 was connected to was resetted, the
ESP8266 send incoming packets from previous session to the board
until reset AT command (AT+RST) was handled. Added clearing of the
socket buffer after reset command.
Added clearing of packets for a socket during socket open() and
close(). This ensured that when socket ID is reused, packets from
previous session are not in the socket buffer.
0 commit comments