Mara Reid / Mbed 2 deprecated MTS_Wifi_Connect_Example_ATT

Dependencies:   SocketModem mbed

Fork of MTS_Wifi_Connect_Example by Multi-Hackers

Files at this revision

API Documentation at this revision

Comitter:
marareid
Date:
Sat Jun 07 14:58:53 2014 +0000
Parent:
10:e341fb0710ab
Commit message:
test

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Jan 22 23:22:40 2014 +0000
+++ b/main.cpp	Sat Jun 07 14:58:53 2014 +0000
@@ -39,8 +39,8 @@
     }
     printf("Connect: Success\r\n");
     printf("Is Connected: %s\n\r", wifi->isConnected() ? "True" : "False");
-    
-    //Ping 
+
+    //Ping
     while (true) {
         printf("Ping Server: %s\n\r", wifi->ping("8.8.8.8") ? "Success" : "Failed");
         wait(3);