SocketIO updated for K64F usage

Fork of SocketIO by Doug Anson

Revision:
13:1b8ff174aea6
Parent:
12:8fe60d9ca3bf
--- a/SocketIO.h	Sun Nov 10 02:17:45 2013 +0000
+++ b/SocketIO.h	Thu Oct 09 16:13:12 2014 +0000
@@ -37,7 +37,8 @@
 #define DEFAULT_VERSION         1
 
 // Default SocketIO message length (suggestion only...)
-#define SOCKETIO_MESSAGE_LENGTH 512
+#define SOCKETIO_MESSAGE_LENGTH 768
+#define TARGET_K64F             true
 
 // HTTP support for session key retrieval
 #include "HTTPClient.h"