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: NetworkSocketAPI WizFi310Interface mbed
Fork of WizFi310_STATION_HelloWorld_OWN by
Revision 4:02ffbfe06dde, committed 2017-04-20
- Comitter:
- stkim92
- Date:
- Thu Apr 20 08:35:59 2017 +0000
- Parent:
- 3:485e2f94b379
- Commit message:
- 22
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Apr 20 08:11:42 2017 +0000 +++ b/main.cpp Thu Apr 20 08:35:59 2017 +0000 @@ -45,6 +45,7 @@ if ( wifi.connect(AP_SSID, AP_PASSWORD, AP_SECURITY)) return -1; printf("IP Address is %s\r\n", wifi.get_ip_address()); printf("Publish EXAMPLE"); + printf("Publish EXAMPLE2"); wifi.disconnect(); } \ No newline at end of file