mirror of https://github.com/ARMmbed/mbed-os.git
Perform disconnection regardless of the IP address
parent
5118cdf887
commit
b3ef3db637
|
@ -305,7 +305,7 @@ int ESP8266Interface::disconnect()
|
|||
_initialized = false;
|
||||
|
||||
nsapi_error_t status = _conn_status_to_error();
|
||||
if (status == NSAPI_ERROR_NO_CONNECTION || !get_ip_address()) {
|
||||
if (status == NSAPI_ERROR_NO_CONNECTION) {
|
||||
return NSAPI_ERROR_NO_CONNECTION;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue