Simple HTTP Server with one page index.html stored inside MBED as char vector and javascript to update a table content

Fork of HTTP_SERVER by Akifumi Takahashi

Revision:
8:b013075de2e4
Parent:
7:184c6f1ace94
Child:
10:4a48594c2f44
--- a/HTTP_SERVER.cpp	Mon Nov 28 08:27:42 2016 +0000
+++ b/HTTP_SERVER.cpp	Mon Nov 28 08:43:26 2016 +0000
@@ -1,6 +1,8 @@
 #include "HTTP_SERVER.h"
 #include "string"
+#ifndef DEBUG
 #define DEBUG
+#endif
 
 void DEBUG_PRINT_LINE(const char* arg_line)
 {