
Final
Dependencies: DebounceIn NokiaLCD WiflyInterface mbed
Fork of Websocket_Wifly_HelloWorld by
Revision 4:6ed9c8bb82c3, committed 2012-12-14
- Comitter:
- Ifrah
- Date:
- Fri Dec 14 15:38:15 2012 +0000
- Parent:
- 3:3c7906d60f89
- Child:
- 5:c4c66c630011
- Commit message:
- Final
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);