This is library for using WizFi250

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

Revision:
21:86e26540cc84
Parent:
17:2a20f54f2929
--- a/WizFi250Interface.cpp	Wed Oct 21 05:53:02 2015 +0000
+++ b/WizFi250Interface.cpp	Wed Oct 28 11:24:41 2015 +0000
@@ -76,4 +76,9 @@
     return _state.gateway;
 }
 
+int WizFi250Interface::setAntMode(AntennaMode mode)
+{
+	return cmdWANT(mode);
+}
+
 //char* getNetworkMask();