GSMA version
Dependencies: FXOS8700CQ mbed sfh7779
Fork of StarterKit by
config_me.h
- Committer:
- stefanrousseau
- Date:
- 2016-07-12
- Revision:
- 11:e6602513730f
- Parent:
- 4:f83bedd9cab4
- Child:
- 12:7c94ec5069dc
File content as of revision 11:e6602513730f:
#ifndef __CONFIG_ME_H_ #define __CONFIG_ME_H_ // User must set these for own context: static const char * MY_FLOW_DEVICE_ID_STR = "48482f"; //static const char * MY_SERVER_URL = "run-east.att.io"; static const char * MY_SERVER_URL = "run-west.att.io"; static const char * MY_APN_STR = "m2m.com.attz"; static const char * MY_PORT_STR = "80"; #endif