Keith Ruenheck / HTTPClient-SSL

Dependencies:   CyaSSL

Dependents:   MTS-Socket

Fork of HTTPClient-SSL by MultiTech

Files at this revision

API Documentation at this revision

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__);