Multitech + KL46Z NanoService example with the RTOS

Dependencies:   mbed SocketModem nanoservice_client_1_12

config.h

Committer:
zdshelby
Date:
2014-03-28
Revision:
14:63c1fd3c95a6
Parent:
13:fbb719dc3ec4

File content as of revision 14:63c1fd3c95a6:

#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