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: HTTPClient cc3000_hostdriver_mbedsocket mbed
Fork of EECS149_email_notifier by
Revision 17:97c355870263, committed 2014-10-20
- Comitter:
- nebgnahz
- Date:
- Mon Oct 20 17:10:46 2014 +0000
- Parent:
- 16:d40dee28b02e
- Commit message:
- Another small style change
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Oct 20 17:10:13 2014 +0000
+++ b/main.cpp Mon Oct 20 17:10:46 2014 +0000
@@ -56,7 +56,7 @@
// try to connect
if (wifi.connect() == -1) {
pc.printf("Failed to connect."
- "Please verify connection details and try again. \r\n");
+ "Please verify connection details and try again.\r\n");
} else {
pc.printf("IP address: %s \r\n", wifi.getIPAddress());
