Change buffer sizes to support GR-PEACH

Dependencies:   CyaSSL

Dependents:   GR-PEACH_Azure_Speech

Fork of HTTPClient-SSL by MultiTech

Revision:
29:2d96cc752d19
Parent:
27:5d4739eae63e
Child:
33:3b2809748a9e
--- a/HTTPClient.h	Wed Aug 27 18:10:09 2014 +0000
+++ b/HTTPClient.h	Wed Aug 27 20:30:29 2014 +0000
@@ -165,7 +165,7 @@
 };
 
 //Including data containers here for more convenience
-#include "data/HTTPText.h"
+#include "data/HTTPJson.h"
 #include "data/HTTPMap.h"
 
 #endif