Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: ESP8266Interface.cpp
- Revision:
- 1:8609148e2116
- Parent:
- 0:6946b0b9e323
--- a/ESP8266Interface.cpp Thu Jan 12 21:57:48 2017 +0000
+++ b/ESP8266Interface.cpp Fri Aug 23 13:11:39 2019 +0000
@@ -48,7 +48,7 @@
{
_esp.setTimeout(ESP8266_CONNECT_TIMEOUT);
- if (!_esp.startup(3)) {
+ if (!_esp.startup(1)) {
return NSAPI_ERROR_DEVICE_ERROR;
}