Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 18:08b85ace10c3, committed 2019-01-15
- Comitter:
- sohaibqamar
- Date:
- Tue Jan 15 08:27:02 2019 +0000
- Parent:
- 17:c690fb2de477
- Commit message:
- Changes made for RPC
Changed in this revision
--- a/HTTPConnection.cpp Mon Jun 15 16:07:28 2015 +0000 +++ b/HTTPConnection.cpp Tue Jan 15 08:27:02 2019 +0000 @@ -2,7 +2,7 @@ #include "mbed.h" #include "HTTPConnection.h" -#define DEBUG +//#define DEBUG #include "hl_debug.h" #include <vector>
--- a/HTTPRequestHandler.cpp Mon Jun 15 16:07:28 2015 +0000 +++ b/HTTPRequestHandler.cpp Tue Jan 15 08:27:02 2019 +0000 @@ -1,7 +1,7 @@ /* HTTPRequestHandler.cpp */ #include "mbed.h" #include "HTTPRequestHandler.h" -#define DEBUG +//#define DEBUG #include "hl_debug.h" #include <ctype.h>
--- a/HTTPServer.cpp Mon Jun 15 16:07:28 2015 +0000 +++ b/HTTPServer.cpp Tue Jan 15 08:27:02 2019 +0000 @@ -1,6 +1,6 @@ #include "mbed.h" #include "HTTPServer.h" -#define DEBUG +//#define DEBUG #include "hl_debug.h"
--- a/Handler/RpcHandler.cpp Mon Jun 15 16:07:28 2015 +0000 +++ b/Handler/RpcHandler.cpp Tue Jan 15 08:27:02 2019 +0000 @@ -4,7 +4,7 @@ #include "mbed_rpc.h" -#define DEBUG 1 +//#define DEBUG 1 #include "hl_debug.h" RPC rpc("rpc");