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.
Dependencies: mbed SocketModem nanoservice_client_1_12
config.h
- Committer:
- zdshelby
- Date:
- 2014-03-28
- Revision:
- 13:fbb719dc3ec4
- Parent:
- 7:d2c5894dcd5e
File content as of revision 13:fbb719dc3ec4:
#ifndef CONFIG_H
#define CONFIG_H
#define RD_UPDATE_PERIOD 60 // The number of seconds between NSP registration messages
#define CELLULAR_APN "wap.cingular" // AT&T APN setting
#define EP_PORT 5683 // Port to bind CoAP/TCP socket to
#endif // CONFIG_H
