This is library for using WizFi250

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

Files at this revision

API Documentation at this revision

Comitter:
kaizen
Date:
Wed Nov 18 23:11:22 2015 +0000
Parent:
21:86e26540cc84
Commit message:
Changed Antenna value

Changed in this revision

WizFi250/WizFi250.h Show annotated file Show diff for this revision Revisions of this file
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,
     };