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.
Fork of HTTPClient-SSL by
Revision 51:68aeee0a25f3, committed 2015-09-22
- Comitter:
- kruenhec
- Date:
- Tue Sep 22 14:51:36 2015 +0000
- Parent:
- 50:6b0d6121914f
- Commit message:
- Modified CheckSignalStrength() so that is returns Levels of 1-5. Modified GetNetworkTime() so that it returns a populated tm structure
Changed in this revision
| HTTPClient.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/HTTPClient.cpp Fri Sep 11 21:51:39 2015 +0000
+++ b/HTTPClient.cpp Tue Sep 22 14:51:36 2015 +0000
@@ -22,7 +22,7 @@
#define MAX_URL_PATH_LENGTH 128
//Debug is disabled by default
-#if 0
+#if 1 //kdr changed from 0
//Enable debug
#include <cstdio>
#define DBG(x, ...) std::printf("[HTTPClient : DBG]"x"\r\n", ##__VA_ARGS__);
