.

Dependencies:   WiflyInterface mbed

Fork of Wifly_HelloWorld by Samuel Mokrani

Revision:
6:ac83753de2a6
Parent:
5:867d16e948eb
--- a/main.cpp	Fri Aug 24 13:52:40 2012 +0000
+++ b/main.cpp	Thu Sep 04 13:54:50 2014 +0000
@@ -14,6 +14,7 @@
 WiflyInterface wifly(p9, p10, p25, p26, "mbed", "password", WPA);
 
 int main() {
+pc.baud(921600);
     wifly.init(); // use DHCP
     while (!wifly.connect()); // join the network
     printf("IP Address is %s\n\r", wifly.getIPAddress());