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 21:6878944d2ce2, committed 2016-01-02
- Comitter:
- citrusbyte
- Date:
- Sat Jan 02 02:29:43 2016 +0000
- Parent:
- 20:32d24a6355b5
- Child:
- 22:4d895e732765
- Commit message:
- Update library version
Changed in this revision
| M2XStreamClient.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/M2XStreamClient.h Sat Jan 02 02:07:49 2016 +0000 +++ b/M2XStreamClient.h Sat Jan 02 02:29:43 2016 +0000 @@ -14,7 +14,7 @@ #ifdef MBED_PLATFORM #include "mbed.h" -#define USER_AGENT "User-Agent: M2X Mbed Client/2.1.0" +#define USER_AGENT "User-Agent: M2X Mbed Client/2.1.2" #endif #include "Client.h"
