GSMA version

Dependencies:   FXOS8700CQ mbed

Fork of AvnetATT_shape_hackathon by Rick McConney

Revision:
38:532a0d929756
Parent:
35:2e864bae3af0
Child:
41:85a736a9b900
--- a/config_me.h	Wed Sep 21 18:03:43 2016 +0000
+++ b/config_me.h	Mon Sep 26 18:02:16 2016 +0000
@@ -32,8 +32,8 @@
 #define TEMP_HUMIDITY_ONLY                      1
 #define TEMP_HUMIDITY_ACCELEROMETER             2
 #define TEMP_HUMIDITY_ACCELEROMETER_PMODSENSORS 3
-#define PROXIMITY 4
-static int iSensorsToReport = PROXIMITY; //TEMP_HUMIDITY_ONLY; //modify this to change your selection
+#define PROXIMITY_ONLY 4
+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";