Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: device_server_udp led_sender_post XBee_API_ex1 XBee_API_ex2 ... more
Revision 7:b36422ef864f, committed 2013-12-18
- 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 +