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
Revision 108:f77ec4605945, committed 2017-08-04
- Comitter:
- nixnax
- Date:
- Fri Aug 04 03:34:11 2017 +0000
- Parent:
- 107:5fe806713d49
- Child:
- 109:644a59ebb5b1
- Commit message:
- Added link to Windows Dial-up Configuration.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Aug 03 21:09:50 2017 +0000 +++ b/main.cpp Fri Aug 04 03:34:11 2017 +0000 @@ -7,6 +7,7 @@ // Notes and Instructions // http://bit.ly/PPP-Blinky-Instructions +// http://bit.ly/win-rasdial-config // Handy reading material // https://technet.microsoft.com/en-us/library/cc957992.aspx @@ -280,7 +281,7 @@ { debug("Their IPCP Config Req, Our Ack\n"); ppp.pkt.buf[4]=2; // change code to ack - send_pppFrame(); // acknowledge everything they ask for - assume it's an IP address + send_pppFrame(); // acknowledge everything they ask for - assume it's IP addresses debug("Our IPCP Ask (no options)\n"); ppp.pkt.buf[4]=1; // change code to request