WebSocket client library

Revision:
2:4a841609a3a3
Parent:
0:21fe3b05249f
Child:
3:9b00db719afa
--- a/Websocket.cpp	Fri Aug 12 11:26:26 2011 +0000
+++ b/Websocket.cpp	Mon Aug 15 08:52:57 2011 +0000
@@ -83,7 +83,7 @@
 {
     char cmd[100];
     wifi->putc('\x00');
-    sprintf(cmd, "%s%c", "test", '\xff');
+    sprintf(cmd, "%s%c", str, '\xff');
     wifi->Send(cmd, "NO");
 }