mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9173 from michalpasztamobica/esp8266_remove_stop_uart_hw_ctrl
Prevent ESP8266 stopping HW control on initpull/9256/head
commit
26b8a96d44
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue