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
Diff: Websocket.cpp
- Revision:
- 16:a8c6ee37356f
- Parent:
- 15:9df4ffc6ce48
- Child:
- 17:c4f0e141bdbd
diff -r 9df4ffc6ce48 -r a8c6ee37356f Websocket.cpp --- a/Websocket.cpp Fri Apr 01 00:56:01 2016 +0000 +++ b/Websocket.cpp Thu Apr 07 16:05:52 2016 +0000 @@ -3,7 +3,7 @@ #define MAX_TRY_WRITE 20 #define MAX_TRY_READ 10 -// #define DEBUG +#define DEBUG #define INFOMESSAGES //Debug is disabled by default #ifdef DEBUG
