Simple program to update the firmware of a wifly module

Dependencies:   WiflyInterface mbed

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Sat Nov 24 17:05:36 2012 +0000
Parent:
0:da9cea9f791c
Child:
2:78b3ac0cd2a7
Commit message:
fixed typo

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Nov 24 17:04:27 2012 +0000
+++ b/main.cpp	Sat Nov 24 17:05:36 2012 +0000
@@ -3,7 +3,7 @@
 #include "mbed.h"
 #include "WiflyInterface.h"
 
-WiflyInterface wifly(p9, p10, p30, p29, "8cb19na", "vokeralineaplus", WPA);
+WiflyInterface wifly(p9, p10, p30, p29, "mbed", "password", WPA);
 
 int main() {
     wifly.init(); //Use DHCP