NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
13:f84e69b3fdd3
Parent:
7:b147c08301be
Child:
21:35ed15069189
--- a/WiFiInterface.h	Thu Jul 16 05:19:17 2015 +0000
+++ b/WiFiInterface.h	Fri Jul 17 23:14:01 2015 +0000
@@ -45,7 +45,7 @@
         @param timeout_ms Time in miliseconds to wait while attempting to connect before timing out
         @returns 0 on success, a negative number on failure
      */
-    virtual int32_t connect(const char *ap, const char *pass_phrase = 0, wifi_security_t security = WI_NONE, uint32_t timeout_ms = 15000) const = 0;
+    virtual int32_t connect(const char *ap, const char *pass_phrase = 0, wifi_security_t security = WI_NONE, uint32_t timeout_ms = 15000)  = 0;
     
 };