GSMA version
Dependencies: FXOS8700CQ mbed sfh7779
Fork of StarterKit by
Diff: config_me.h
- Revision:
- 45:fe90f1fcb4e0
- Parent:
- 44:60008ebffdd4
diff -r 60008ebffdd4 -r fe90f1fcb4e0 config_me.h --- a/config_me.h Wed Oct 26 18:40:40 2016 +0000 +++ b/config_me.h Wed Nov 30 14:50:16 2016 +0000 @@ -6,8 +6,8 @@ // This is the server's base URL name. Example "www.google.com" // Note that when you Fork a FLOW, it will typically assign either // "run-east.att.io" or "run-west.att.io", so be sure to check this. -//static const char * MY_SERVER_URL = "run-east.att.io"; -static const char * MY_SERVER_URL = "108.244.165.22"; +static const char * MY_SERVER_URL = "run-east.att.io"; + // These are FLOW fields from the Endpoints tab: #define FLOW_BASE_URL "/a80556051c438/f4cd2ed65f73/7ecb40fcd115f7a/in/flow" #define FLOW_INPUT_NAME "/shelf" @@ -38,9 +38,10 @@ static int iSensorsToReport = PROXIMITY_ONLY; //TEMP_HUMIDITY_ONLY; //modify this to change your selection // This is the APN name for the cellular network, you will need to change this, check the instructions included with your SIM card kit: -#define MY_APN_STR "m2m.com.attz" -//#define MY_APN_STR "attiotdemo" +//#define MY_APN_STR "m2m.com.attz" +#define MY_APN_STR "attiotdemo" +//#define MY_APN_STR "nxtgenphone" //This is for normal HTTP. If you want to use TCP to a specific port, change that here: -static const char * MY_PORT_STR = "5005"; +static int MY_PORT = 80; #endif