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.
Fork of WebSocketClient by
Revision 8:4daf215761cb, committed 2013-06-06
- Comitter:
- ansond
- Date:
- Thu Jun 06 05:53:13 2013 +0000
- Parent:
- 7:4567996414a5
- Commit message:
- initial commit
Changed in this revision
| Websocket.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Websocket.cpp Fri Feb 08 12:33:04 2013 +0000
+++ b/Websocket.cpp Thu Jun 06 05:53:13 2013 +0000
@@ -4,7 +4,7 @@
#define MAX_TRY_READ 10
//Debug is disabled by default
-#if 0
+#if 1
#define DBG(x, ...) std::printf("[WebSocket : DBG]"x"\r\n", ##__VA_ARGS__);
#define WARN(x, ...) std::printf("[WebSocket : WARN]"x"\r\n", ##__VA_ARGS__);
#define ERR(x, ...) std::printf("[WebSocket : ERR]"x"\r\n", ##__VA_ARGS__);
