Added function deleteLocations to delete the location history.

Dependents:   WNCInterface_M2Xdemo ATT_WNCInterface_Info WNCInterface_HTTP_example Public_IoT_M2X_Cellular_Demo

Fork of M2XStreamClient by AT&T M2X Team

Revision:
15:2610823f7f2e
Parent:
14:205076b587fe
Child:
16:7903152de19f
--- a/M2XStreamClient.h	Sun Jan 04 05:26:33 2015 +0000
+++ b/M2XStreamClient.h	Mon Apr 27 15:40:13 2015 +0000
@@ -8,7 +8,7 @@
 #ifdef ARDUINO_PLATFORM
 #include "Arduino.h"
 
-#define USER_AGENT "User-Agent: M2X Arduino Client/2.0.0"
+#define USER_AGENT "User-Agent: M2X Arduino Client/2.0.2"
 #endif
 
 #ifdef MBED_PLATFORM