The Hiking Pal tracking device firmware. See full description on the detail page: https://www.hackster.io/bowenfeng/hiking-pal-v1-07c02d

Dependencies:   FXOS8700CQ MODSERIAL mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

Revision:
35:c9c2eb8fb0a8
Parent:
33:fa964b8b3b19
Child:
38:564b312a719f
--- a/main.cpp	Fri Jul 22 18:01:07 2016 +0000
+++ b/main.cpp	Sat Jul 23 01:13:10 2016 +0000
@@ -517,7 +517,7 @@
             }
             
             printf(BLU "Read back : %s" DEF "\n", &MySocketData[0]);
-            char * myJsonResponse;
+            char myJsonResponse[512];
             if (extract_JSON(&MySocketData[0], &myJsonResponse[0]))
             {
                 printf(GRN "JSON : %s" DEF "\n", &myJsonResponse[0]);