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
Revision 17:56ed7ad985da, committed 2013-11-10
- Comitter:
- ansond
- Date:
- Sun Nov 10 16:27:49 2013 +0000
- Parent:
- 13:be61104f4e91
- Commit message:
- updates for thermostat
Changed in this revision
HTTPClient.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r be61104f4e91 -r 56ed7ad985da HTTPClient.cpp --- 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>