FRDM-K64F, Avnet M14A2A, Grove Shield, to create smart home system. In use with AT&Ts M2x & Flow.

Dependencies:   mbed FXOS8700CQ MODSERIAL

config_me.h

Committer:
stefanrousseau
Date:
2016-07-11
Revision:
4:f83bedd9cab4
Parent:
2:0e2ef866af95
Child:
11:e6602513730f

File content as of revision 4:f83bedd9cab4:

#ifndef __CONFIG_ME_H_
#define __CONFIG_ME_H_

// User must set these for own context:
static const char * MY_FLOW_DEVICE_ID_STR = "48482f";
//Stefan's: static const char * MY_FLOW_DEVICE_ID_STR = "a26205cf22c24e28f36ca1691303f9a8";
static const char * MY_SERVER_URL         = "run-east.att.io";
static const char * MY_APN_STR            = "m2m.com.attz";
static const char * MY_PORT_STR           = "80";

#endif