Fork with SeeedStudio Xadow GPS v2 enabled

Dependencies:   FXOS8700CQ MODSERIAL XadowGPS mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

Revision:
58:c417fbc39c22
Parent:
55:3abf9e3f42e6
Child:
68:6e311c747045
--- a/config_me.h	Thu Jul 28 23:55:06 2016 +0000
+++ b/config_me.h	Fri Jul 29 01:11:55 2016 +0000
@@ -38,7 +38,7 @@
 #define TEMP_HUMIDITY_ACCELEROMETER                             2
 #define TEMP_HUMIDITY_ACCELEROMETER_PMODSENSORS                 3
 #define TEMP_HUMIDITY_ACCELEROMETER_PMODSENSORS_VIRTUALSENSORS  4
-static int iSensorsToReport = TEMP_HUMIDITY_ONLY; //modify this to change your selection
+static int iSensorsToReport = TEMP_HUMIDITY_ACCELEROMETER; //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";