Merge pull request #9173 from michalpasztamobica/esp8266_remove_stop_uart_hw_ctrl

Prevent ESP8266 stopping HW control on init
pull/9256/head
Martin Kojtal 2019-01-04 08:42:51 +00:00 committed by GitHub
commit 26b8a96d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}