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
Diff: handlers/Filehandler.cpp
- Revision:
- 10:4a48594c2f44
- Parent:
- 7:184c6f1ace94
- Child:
- 11:0ee7d100db24
diff -r 84aca9965f9f -r 4a48594c2f44 handlers/Filehandler.cpp --- a/handlers/Filehandler.cpp Tue Dec 06 07:29:01 2016 +0000 +++ b/handlers/Filehandler.cpp Thu Dec 08 05:56:53 2016 +0000 @@ -1,6 +1,6 @@ #include "FileHandler.h" #ifndef DEBUG -#define DEBUG +//#define DEBUG #endif LocalFileSystem local("local");