Got modem to work with MedSentry website. Includes minor change to a library file.

Dependencies:   CyaSSL

Dependents:   MTS-Socket

Fork of HTTPClient-SSL by MultiTech

Revision:
51:68aeee0a25f3
Parent:
50:6b0d6121914f
--- 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__);