Skip to content

Commit 26b8a96

Browse files
authored
Merge pull request #9173 from michalpasztamobica/esp8266_remove_stop_uart_hw_ctrl
Prevent ESP8266 stopping HW control on init
2 parents d2e9136 + 034c72e commit 26b8a96

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/wifi/esp8266-driver/ESP8266Interface.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,6 @@ nsapi_error_t ESP8266Interface::_init(void)
339339
if (!_esp.at_available()) {
340340
return NSAPI_ERROR_DEVICE_ERROR;
341341
}
342-
if (!_esp.stop_uart_hw_flow_ctrl()) {
343-
return NSAPI_ERROR_DEVICE_ERROR;
344-
}
345342
if (!_esp.reset()) {
346343
return NSAPI_ERROR_DEVICE_ERROR;
347344
}

0 commit comments

Comments
 (0)