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.
Dependencies: mbed FXOS8700CQ
Revision 34:029e07b67a41, committed 2016-07-23
- Comitter:
- stefanrousseau
- Date:
- Sat Jul 23 01:10:53 2016 +0000
- Parent:
- 33:eaf45dab650a
- Commit message:
- Fixed the char to be * char myJsonResponse[512];;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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]);

