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
Revision 11:a11af0c81cfa, committed 2014-09-15
- Comitter:
- citrusbyte
- Date:
- Mon Sep 15 14:01:40 2014 +0000
- Parent:
- 10:4ce9eba38dbe
- Child:
- 12:debf4b2f7960
- Commit message:
- Use new value update API
Changed in this revision
| M2XStreamClient.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/M2XStreamClient.cpp Wed Sep 10 13:07:34 2014 +0000
+++ b/M2XStreamClient.cpp Mon Sep 15 14:01:40 2014 +0000
@@ -160,7 +160,7 @@
print_encoded_string(_client, feedId);
_client->print("/streams/");
print_encoded_string(_client, streamName);
- _client->println(" HTTP/1.0");
+ _client->println("/value HTTP/1.0");
writeHttpHeader(contentLength);
}
