WIZwikiREST-io Reference code for WIZnet Academy

Dependencies:   DHT MbedJSONValue_v102 WIZnetInterface mbed-src

Fork of WIZwiki-REST-io_v103 by Lawrence Lee

Revision:
8:60d99da6eeb2
Parent:
4:0b5a199e91f3
--- a/HTTPServer.h	Fri Jul 29 08:15:34 2016 +0000
+++ b/HTTPServer.h	Mon Sep 05 06:29:55 2016 +0000
@@ -8,7 +8,7 @@
 #include "RequestHandler.h"
 #include "EthernetInterface.h"
 
-//#define DEBUG_HTTP
+#define DEBUG_HTTP
 
 typedef enum _HTTP_RESULT
 {
@@ -20,7 +20,7 @@
 
 
 static  char HTTPBUF[600] = {0,};
-static  char rest_result[532] = {0,};
+static  char rest_result[300] = {0,};
 
 class HTTPServer
 {