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:
- 100:3f3a017684c5
- Parent:
- 99:3f56162e703e
- Child:
- 101:0a15de2ca623
--- a/main.cpp Sun Jul 30 01:49:56 2017 +0000 +++ b/main.cpp Sun Jul 30 02:22:59 2017 +0000 @@ -99,7 +99,6 @@ struct pppType { int online; // we hunt for a PPP connection if this is zero unsigned int ident; // our IP ident value - unsigned int seq; // our TCP sequence number int crc; // for calculating IP and TCP CRCs int ledState; // state of LED1 int httpPageCount; @@ -1006,7 +1005,6 @@ xx.puts("\x1b[2J\x1b[HReady\n"); // VT100 code for clear screen & home #endif pppInitStruct(); // initialize all the PPP properties - ppp.seq=1000; // initial TCP sequence number while(1) { scanForConnectString(); // respond to connect command from windows dial up networking