thermostat remote version

Dependents:   df-2013-thermostat-handson df-2013-minihack-thermostat-complete df-2013-minihack-thermostat df-2013-thermostat-remotes

Fork of HTTPClient by Donatien Garnier

Revision:
17:56ed7ad985da
Parent:
13:be61104f4e91
--- a/HTTPClient.cpp	Sun Aug 05 16:12:10 2012 +0000
+++ b/HTTPClient.cpp	Sun Nov 10 16:27:49 2013 +0000
@@ -41,7 +41,7 @@
 #define MIN(x,y) (((x)<(y))?(x):(y))
 #define MAX(x,y) (((x)>(y))?(x):(y))
 
-#define CHUNK_SIZE 256
+#define CHUNK_SIZE 512
 
 #include <cstring>