Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of AvnetATT_shape_hackathon by
Diff: main.cpp
- Revision:
- 34:029e07b67a41
- Parent:
- 26:8d6e7e7cdcae
- Child:
- 35:4a5d307b9692
--- a/main.cpp Thu Jul 21 15:26:42 2016 +0000
+++ b/main.cpp Sat Jul 23 01:10:53 2016 +0000
@@ -505,7 +505,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]);
