Simple Demo that gets a webpage

Dependencies:   HTTPClient cc3000_hostdriver_mbedsocket mbed

Fork of EECS149_email_notifier by Antonio Iannopollo

Files at this revision

API Documentation at this revision

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());