XBee-mbed library http://mbed.org/users/okini3939/notebook/xbee-mbed/

Dependents:   device_server_udp led_sender_post XBee_API_ex1 XBee_API_ex2 ... more

Files at this revision

API Documentation at this revision

Comitter:
okini3939
Date:
Wed Dec 18 02:32:33 2013 +0000
Parent:
6:6f84e2840408
Commit message:
fix XBee_conf.h

Changed in this revision

XBeeWiFi.h Show annotated file Show diff for this revision Revisions of this file
XBee_conf.h Show annotated file Show diff for this revision Revisions of this file
--- a/XBeeWiFi.h	Wed Dec 18 02:24:33 2013 +0000
+++ b/XBeeWiFi.h	Wed Dec 18 02:32:33 2013 +0000
@@ -19,6 +19,8 @@
 #include "XBee.h"
 #include <inttypes.h>
 
+#undef USE_WIFIDNS
+
 // the non-variable length of the frame data (not including frame id or api id or variable data size (e.g. payload, at command set value)
 #define IPv4_TRANSMIT_REQUEST_API_LENGTH 10
 
--- a/XBee_conf.h	Wed Dec 18 02:24:33 2013 +0000
+++ b/XBee_conf.h	Wed Dec 18 02:32:33 2013 +0000
@@ -1,8 +1,7 @@
 #ifndef XBee_conf_h
 #define XBee_conf_h
 
-#define ENABLE_XBEE_WIFI
-
-#undef USE_WIFIDNS
+//#define ENABLE_XBEE_WIFI
 
 #endif
+