GSMA version
Dependencies: FXOS8700CQ mbed sfh7779
Fork of StarterKit by
Diff: config_me.h
- Revision:
- 42:8500f0cb2ea5
- Parent:
- 41:85a736a9b900
- Child:
- 44:60008ebffdd4
--- a/config_me.h Tue Oct 04 20:29:31 2016 +0000 +++ b/config_me.h Fri Oct 07 17:01:22 2016 +0000 @@ -38,7 +38,7 @@ 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: -static const char * MY_APN_STR = "m2m.com.attz"; +#define MY_APN_STR "m2m.com.attz" //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";