Rev 1.0 4/26/2016 Paul Jaeger - Multitech, Brian Huey - Sprint Changed post interval to 2000ms added temp, analoguv and pressure to http post added alias: TEMP ANALOG-UV PRESSURE concatenated http post, to post all within the same routine and check for error after the post confirmed that data is published to Exosite
Dependencies: MbedJSONValue mbed mtsas
Fork of UUU_MultiTech_Dragonfly_Sprint by
Diff: main.cpp
- Revision:
- 11:d2ac3fa6f2d3
- Parent:
- 10:1c44f9375dd2
- Child:
- 12:9942995476ef
diff -r 1c44f9375dd2 -r d2ac3fa6f2d3 main.cpp --- a/main.cpp Tue Apr 19 14:15:07 2016 +0000 +++ b/main.cpp Tue Apr 19 14:21:51 2016 +0000 @@ -408,6 +408,7 @@ std::string sensor_data_str = patch::to_string(sensor_data); logDebug("Sensor data string: %s",sensor_data_str.c_str()); + http_tx.clear(); http_tx.put("ALS", sensor_data_str.c_str()); // Make HTTP POST request