Skip to content

Commit 034c72e

Browse files
Prevent ESP8266 stopping HW control on init
1 parent ab1c2be commit 034c72e

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)