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: C027_Support HTTPClient mbed
Fork of HTTPClient_HelloWorld by
Revision 11:101705d43c92, committed 2014-07-03
- Comitter:
- sam_grove
- Date:
- Thu Jul 03 17:26:22 2014 +0000
- Parent:
- 10:1137395de593
- Commit message:
- debug messages off
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Jul 03 17:05:30 2014 +0000
+++ b/main.cpp Thu Jul 03 17:26:22 2014 +0000
@@ -24,7 +24,7 @@
{
// turn on the supplies of the Modem
MDMSerial mdm;
- mdm.setDebug(4); // enable this for debugging issues
+ //mdm.setDebug(4); // enable this for debugging issues
if (!mdm.connect(SIMPIN, APN,USERNAME,PASSWORD))
return -1;
HTTPClient http;
