Christopher Haster / ESP8266Interface

Dependencies:   ESP8266

Fork of ESP8266Interface by NetworkSocketAPI

Branch:
api-changes
Revision:
36:3d55c7187e34
Parent:
34:9c26a3dcdc1f
Child:
38:eb1e46561a19
diff -r 03a9eb614414 -r 3d55c7187e34 ESP8266Interface.h
--- 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();