mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Fixed DNS issue
This commit is contained in:
@ -232,6 +232,7 @@ static void atcp_conn_err_cb(void *arg, err_t err) {
|
||||
int sock = getSock(ttcp);
|
||||
if (sock)
|
||||
clearMapSockTcp(sock);
|
||||
_connected = false;
|
||||
ard_tcp_done(ttcp, err);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user