Fork with SeeedStudio Xadow GPS v2 enabled

Dependencies:   FXOS8700CQ MODSERIAL XadowGPS mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

Revision:
13:df9c49662797
Parent:
12:7c94ec5069dc
Child:
15:61df4a452d38
Child:
21:d0038d14ee7c
--- 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