Lab2_web / Mbed 2 deprecated webserverBlinky

Dependencies:   mbed

Fork of webserverBlinky by RealTimeCompLab2

Files at this revision

API Documentation at this revision

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