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:
Tue Jul 12 21:58:17 2016 +0000
Parent:
12:7c94ec5069dc
Child:
14:0c353e212296
Child:
15:61df4a452d38
Commit message:
TEMP_HUMIDITY only is the default

Changed in this revision

config_me.h Show annotated file Show diff for this revision Revisions of this file
--- 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