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

Files at this revision

API Documentation at this revision

Comitter:
fkellermavnet
Date:
Sat Jul 23 02:32:14 2016 +0000
Parent:
36:d4782eabff43
Parent:
35:c9c2eb8fb0a8
Child:
38:564b312a719f
Commit message:
Merged in Stefan's changes.

Changed in this revision

--- a/main.cpp	Sat Jul 23 02:29:33 2016 +0000
+++ b/main.cpp	Sat Jul 23 02:32:14 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]);