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:
55:be7aecd7d2ec
Parent:
54:57ca8f2cf148
--- a/HTTPClient.cpp	Thu Jan 28 21:32:04 2016 +0000
+++ b/HTTPClient.cpp	Thu Feb 04 17:42:55 2016 +0000
@@ -22,7 +22,7 @@
 #define MAX_URL_PATH_LENGTH     128
 
 //Debug is disabled by default
-//#define HTTP_DEBUG
+#define HTTP_DEBUG
 #ifdef HTTP_DEBUG
 //Enable debug
 #include <cstdio>