The Hiking Pal tracking device firmware. See full description on the detail page: https://www.hackster.io/bowenfeng/hiking-pal-v1-07c02d

Dependencies:   FXOS8700CQ MODSERIAL mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

config_me.h

Committer:
JMF
Date:
2016-07-10
Revision:
2:0e2ef866af95
Child:
4:f83bedd9cab4

File content as of revision 2:0e2ef866af95:

#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_APN_STR            = "m2m.com.attz";
static const char * MY_PORT_STR           = "80";

#endif