Hello World with a wifly module (RN 131 C/G - RN-XV)

Dependencies:   mbed WiflyInterface

Revision:
2:31905fe9369f
Parent:
1:49e1e9ed6e39
Child:
3:3b84102f022e
--- a/main.cpp	Mon Jan 30 10:54:25 2012 +0000
+++ b/main.cpp	Mon Jan 30 10:54:57 2012 +0000
@@ -10,7 +10,7 @@
 *     - "password" is the password
 *     - true means that the security of the network is WPA
 */
-Wifly wifly(p9, p10, p21, "mbed", "mbedapm2011", true);
+Wifly wifly(p9, p10, p21, "mbed", "password", true);
 
 
 int main() {