ATT_SMS_System for home security system
Dependencies: FXOS8700CQ MODSERIAL mbed-rtos mbed
Fork of ATT_Cellular_IOT_Button by
config_me.h@2:0e2ef866af95, 2016-07-10 (annotated)
- Committer:
- JMF
- Date:
- Sun Jul 10 00:52:49 2016 +0000
- Revision:
- 2:0e2ef866af95
- Child:
- 4:f83bedd9cab4
Adding in WNC code from Fred
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
JMF | 2:0e2ef866af95 | 1 | #ifndef __CONFIG_ME_H_ |
JMF | 2:0e2ef866af95 | 2 | #define __CONFIG_ME_H_ |
JMF | 2:0e2ef866af95 | 3 | |
JMF | 2:0e2ef866af95 | 4 | // User must set these for own context: |
JMF | 2:0e2ef866af95 | 5 | static const char * MY_FLOW_DEVICE_ID_STR = "48482f"; |
JMF | 2:0e2ef866af95 | 6 | static const char * MY_SERVER_URL = "run-east.att.io"; |
JMF | 2:0e2ef866af95 | 7 | static const char * MY_APN_STR = "m2m.com.attz"; |
JMF | 2:0e2ef866af95 | 8 | static const char * MY_PORT_STR = "80"; |
JMF | 2:0e2ef866af95 | 9 | |
JMF | 2:0e2ef866af95 | 10 | #endif |