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.
Dependents: WNCInterface_M2Xdemo ATT_WNCInterface_Info WNCInterface_HTTP_example Public_IoT_M2X_Cellular_Demo
Fork of M2XStreamClient by
Diff: M2XStreamClient_template.h
- Revision:
- 20:32d24a6355b5
- Parent:
- 19:4dfa28d37b8f
diff -r 4dfa28d37b8f -r 32d24a6355b5 M2XStreamClient_template.h
--- a/M2XStreamClient_template.h Fri Jan 01 15:48:18 2016 +0000
+++ b/M2XStreamClient_template.h Sat Jan 02 02:07:49 2016 +0000
@@ -82,7 +82,7 @@
bytes += print->print("\"");
bytes += print->print(names[i]);
bytes += print->print("\": \"");
- bytes += print->print(values[value_index]);
+ bytes += print->print(values[i]);
bytes += print->print("\"");
if (i < streamNum - 1) { bytes += print->print(","); }
}
