This is library for using WizFi250

Dependents:   WebSocket_WizFi250_HelloWorld IFTTT_WizFi250 AxedaGo-WizFi250 FANARM_AP_udp_server ... more

Revision:
17:2a20f54f2929
Parent:
13:0b8e51d3c0e8
Child:
21:86e26540cc84
diff -r 8c69e246be54 -r 2a20f54f2929 WizFi250/WizFi250.h
--- a/WizFi250/WizFi250.h	Thu Jul 30 08:13:57 2015 +0000
+++ b/WizFi250/WizFi250.h	Thu Jul 30 11:12:06 2015 +0000
@@ -126,6 +126,7 @@
     int cmdUSET     (int baud, char *flow);
     int cmdMMAC     (const char *mac = NULL);
     int cmdWSET     (WiFiMode mode, const char *ssid, const char *bssid = NULL, int channel = 1);
+    int cmdWNET     (bool is_dhcp);
     int cmdWSEC     (WiFiMode mode, const char *key, const char *sec = NULL);
     int cmdWJOIN    ();
     int cmdWSTATUS  ();
@@ -221,7 +222,7 @@
 
     // --------- WizFi250.cpp ---------
 
-    int join ();
+    int join(WiFiMode mode);
     bool isAssociated();
 
     int limitedap ();