Mbed asked me to commit the library. Probably because it's an older version
Fork of HTTPServer by
Revision 18:0d9ea97a13f9, committed 2017-05-04
- 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 {