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.
Fork of ESP8266Interface by
Diff: ESP8266Interface.h
- Branch:
- api-changes
- Revision:
- 36:3d55c7187e34
- Parent:
- 34:9c26a3dcdc1f
- Child:
- 38:eb1e46561a19
--- a/ESP8266Interface.h Tue Feb 23 00:00:00 2016 -0600 +++ b/ESP8266Interface.h Tue Feb 23 01:26:19 2016 -0600 @@ -35,7 +35,7 @@ const char *ssid, const char *pass, wifi_security_t security = WI_NONE, - uint32_t timeout_ms = 1500); + uint32_t timeout_ms = 15000); virtual int32_t disconnect();