WebSocket client library

Revision:
18:ef44ea603938
Parent:
17:1e339933c97a
Child:
19:ca8c5ad59850
--- a/Websocket.cpp	Thu Sep 22 10:09:12 2011 +0000
+++ b/Websocket.cpp	Thu Oct 20 09:52:41 2011 +0000
@@ -243,7 +243,7 @@
     return false;
 }
 
-void Websocket::Send(char * str) {
+void Websocket::send(char * str) {
     if (netif == WIF) {
         wifi->putc('\x00');
         wifi->Send(str, "NO");