Simple Demo that gets a webpage
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 |
diff -r d40dee28b02e -r 97c355870263 main.cpp --- 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());