modified for Doug Ansons ThermostatDemo: single change that turns off the debugging information by default.
Dependents: df-2013-thermostat-handson df-2013-minihack-thermostat-complete df-2013-minihack-thermostat df-2013-thermostat-remotes
Fork of WebSocketClient by
Revision 7:4567996414a5, committed 2013-02-08
- Comitter:
- samux
- Date:
- Fri Feb 08 12:33:04 2013 +0000
- Parent:
- 6:86e89a0369b9
- Child:
- 8:4daf215761cb
- Commit message:
- reduce timeout
Changed in this revision
Websocket.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Websocket.cpp Wed Aug 29 15:27:51 2012 +0000 +++ b/Websocket.cpp Fri Feb 08 12:33:04 2013 +0000 @@ -1,7 +1,7 @@ #include "Websocket.h" -#define MAX_TRY_WRITE 50 -#define MAX_TRY_READ 30 +#define MAX_TRY_WRITE 20 +#define MAX_TRY_READ 10 //Debug is disabled by default #if 0