Remote Writing IoT Data to Influx-DB over HTTP-API.

Dependencies:   FXOS8700CQ mbed

Fork of AvnetATT_shape_hackathon by Demo Software for Avnet+AT&T IoT kit.

Files at this revision

API Documentation at this revision

Comitter:
stefanrousseau
Date:
Wed Jul 20 15:46:26 2016 +0000
Parent:
30:48b43538e98b
Child:
32:8ba73eab6c72
Commit message:
Make TEMP_HUMIDITY_ONLY the default again for the sensors.

Changed in this revision

config_me.h Show annotated file Show diff for this revision Revisions of this file
--- a/config_me.h	Wed Jul 20 04:01:03 2016 +0000
+++ b/config_me.h	Wed Jul 20 15:46:26 2016 +0000
@@ -32,8 +32,7 @@
 #define TEMP_HUMIDITY_ONLY                      1
 #define TEMP_HUMIDITY_ACCELEROMETER             2
 #define TEMP_HUMIDITY_ACCELEROMETER_PMODSENSORS 3
-//static int iSensorsToReport = TEMP_HUMIDITY_ONLY; //modify this to change your selection
-static int iSensorsToReport = TEMP_HUMIDITY_ACCELEROMETER; //modify this to change your selection
+static int iSensorsToReport = 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";