This is library for using WizFi250

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

Revision:
22:f29dd1d06e89
Parent:
21:86e26540cc84
diff -r 86e26540cc84 -r f29dd1d06e89 WizFi250/WizFi250.h
--- a/WizFi250/WizFi250.h	Wed Oct 28 11:24:41 2015 +0000
+++ b/WizFi250/WizFi250.h	Wed Nov 18 23:11:22 2015 +0000
@@ -55,8 +55,8 @@
 public:
 
     enum AntennaMode{
-        UFL = 0,
-        PCB = 1,
+        PCB = 0,
+        UFL = 1,
         AUTO = 3,
     };