Mbed asked me to commit the library. Probably because it's an older version

Dependents:   ece4180_project

Fork of HTTPServer by Sarah Marsh

Files at this revision

API Documentation at this revision

Comitter:
dotunhunter
Date:
Thu May 04 12:09:12 2017 +0000
Parent:
17:c690fb2de477
Commit message:
Commit for HTTPServer. Mbed asked me to commit it probably because it may be an old version. I'm not sure why.

Changed in this revision

HTTPServer.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/HTTPServer.cpp	Mon Jun 15 16:07:28 2015 +0000
+++ b/HTTPServer.cpp	Thu May 04 12:09:12 2017 +0000
@@ -64,6 +64,7 @@
             return false;
         }
         
+        wait(10.0);
         INFO("Connected IP %s", m_pEthernet->getIPAddress());
         
     } else {