NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
30:3cc78f5db99d
Parent:
26:9774a2edad71
Child:
41:3ec1c97e9bbf
--- a/WiFiInterface.h	Mon Feb 22 20:58:50 2016 +0000
+++ b/WiFiInterface.h	Mon Feb 22 21:03:38 2016 +0000
@@ -43,10 +43,10 @@
      *  @return 0 on success
      */
     virtual int32_t connect(
-            const char *ssid,
-            const char *pass,
-            wifi_security_t security = WI_NONE,
-            uint32_t timeout_ms = 15000) = 0;
+        const char *ssid,
+        const char *pass,
+        wifi_security_t security = WI_NONE,
+        uint32_t timeout_ms = 15000) = 0;
 
     /** Stop the interface
      *  @return 0 on success