mbed official / Mbed 2 deprecated Websocket_Wifly_HelloWorld

Dependencies:   WebSocketClient WiflyInterface mbed

Revision:
4:ef7d3e5f4b10
Parent:
3:f38ab577e979
diff -r f38ab577e979 -r ef7d3e5f4b10 main.cpp
--- a/main.cpp	Fri Oct 25 05:24:39 2013 +0000
+++ b/main.cpp	Fri Oct 25 05:26:33 2013 +0000
@@ -14,8 +14,7 @@
 *     - "password" is the password
 *     - WPA is the security
 */
-//WiflyInterface wifly(p9, p10, p30, p29, "mbed", "password", WPA);
-WiflyInterface wifly(p9, p10, p30, p29, "McGroves", "purnell44", WPA);
+WiflyInterface wifly(p9, p10, p30, p29, "mbed", "password", WPA);
 
 int main() 
 {