Final

Dependencies:   DebounceIn NokiaLCD WiflyInterface mbed

Fork of Websocket_Wifly_HelloWorld by Samuel Mokrani

Revision:
4:6ed9c8bb82c3
Parent:
3:3c7906d60f89
--- a/main.cpp	Thu Dec 13 23:59:40 2012 +0000
+++ b/main.cpp	Fri Dec 14 15:38:15 2012 +0000
@@ -17,7 +17,7 @@
 *     - WPA is the security
 */
 
-WiflyInterface wifly(p13, p14, p28, p27, "GTother", "GeorgeP@1927", WPA);
+WiflyInterface wifly(p13, p14, p28, p27, "username", "password", WPA);
 Serial pc(USBTX,USBRX);
 LocalFileSystem local("local");// Create the local filesystem under the name "local"
 GPS gps(p9, p10);