GSMA version
Dependencies: FXOS8700CQ mbed sfh7779
Fork of StarterKit by
Diff: config_me.h
- Revision:
- 13:df9c49662797
- Parent:
- 12:7c94ec5069dc
- Child:
- 15:61df4a452d38
- Child:
- 21:d0038d14ee7c
diff -r 7c94ec5069dc -r df9c49662797 config_me.h --- a/config_me.h Tue Jul 12 21:56:51 2016 +0000 +++ b/config_me.h Tue Jul 12 21:58:17 2016 +0000 @@ -12,7 +12,7 @@ #define TEMP_HUMIDITY_ONLY 1 #define TEMP_HUMIDITY_ACCELEROMETER 2 #define TEMP_HUMIDITY_ACCELEROMETER_PMODSENSORS 3 -static int iSensorsToReport = TEMP_HUMIDITY_ACCELEROMETER_PMODSENSORS; +static int iSensorsToReport = TEMP_HUMIDITY_ONLY; static const char * MY_APN_STR = "m2m.com.attz"; static const char * MY_PORT_STR = "80"; //This is for normal HTTP. If you want to use TCP to a specific port, change that here