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.
Dependents: df-2013-thermostat-handson df-2013-minihack-thermostat-complete df-2013-minihack-thermostat df-2013-thermostat-remotes ... more
Revision 10:997b8c5d2d46, committed 2013-10-17
- Comitter:
- ansond
- Date:
- Thu Oct 17 18:58:40 2013 +0000
- Parent:
- 9:4f02450a402a
- Child:
- 11:b32005b69b5c
- Commit message:
- updates for hands-on
Changed in this revision
| SocketIO.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/SocketIO.h Mon Jul 08 04:15:03 2013 +0000 +++ b/SocketIO.h Thu Oct 17 18:58:40 2013 +0000 @@ -34,7 +34,10 @@ #include "mbed.h" // Default SocketIO version -#define DEFAULT_VERSION 1 +#define DEFAULT_VERSION 1 + +// Default SocketIO message length (suggestion only...) +#define SOCKETIO_MESSAGE_LENGTH 256 // HTTP support for session key retrieval #include "HTTPClient.h"