Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of webserverBlinky by
Diff: main.cpp
- Revision:
- 137:eda0cfcf4d3c
- Parent:
- 136:28a838086979
- Child:
- 139:1f87c6bc8db3
diff -r 28a838086979 -r eda0cfcf4d3c main.cpp --- a/main.cpp Wed Aug 16 22:27:46 2017 +0000 +++ b/main.cpp Sat Aug 19 17:04:53 2017 +0000 @@ -976,7 +976,7 @@ memcpy( tcp-12, tempHold, 12); // restore the 12 bytes that the pseudo-header overwrote dumpHeaderIP(1); // dump outgoing IP header dumpHeaderTCP(1); // dump outgoing TCP header - for (int i=0; i<70*1000/10; i++) { // 70 ms delay before sending frame - a typical internet delay time + for (int i=0; i<45*1000/10; i++) { // 45 ms delay before sending frame - a typical internet delay time fillbuf(); // catch any incoming characters wait_us(10); // wait less than 1 character duration at 115200 }