Prevent ESP8266 stopping HW control on init

pull/9173/head
Michal Paszta 2018-12-20 13:22:13 +01:00
parent ab1c2be997
commit 034c72e12c
1 changed files with 0 additions and 3 deletions

View File

@ -339,9 +339,6 @@ nsapi_error_t ESP8266Interface::_init(void)
if (!_esp.at_available()) {
return NSAPI_ERROR_DEVICE_ERROR;
}
if (!_esp.stop_uart_hw_flow_ctrl()) {
return NSAPI_ERROR_DEVICE_ERROR;
}
if (!_esp.reset()) {
return NSAPI_ERROR_DEVICE_ERROR;
}