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
Revision 11:07858ad69f4e, committed 2014-06-07
- 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);