Prevent ESP8266 stopping HW control on init

pull/9370/head
Michal Paszta 2018-12-20 13:22:13 +01:00 committed by adbridge
parent d3d476ae4a
commit 03058ba4e1
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;
}