Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SocketModem mbed
Fork of MTS_Wifi_Connect_Example by
Diff: main.cpp
- Revision:
- 11:07858ad69f4e
- Parent:
- 8:fa93a2d07116
--- 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);