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

Dependents:   ece4180_project

Fork of HTTPServer by Sarah Marsh

Revision:
18:0d9ea97a13f9
Parent:
16:cc3f5c53d0d5
--- 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 {