Lab2_web / Mbed 2 deprecated webserverBlinky

Dependencies:   mbed

Fork of webserverBlinky by RealTimeCompLab2

Revision:
174:e5a3f16421a5
Parent:
153:7993def8663f
Child:
177:dab9e685af53
--- a/main.cpp	Mon Sep 04 15:59:53 2017 +0000
+++ b/main.cpp	Wed Sep 06 14:27:04 2017 +0000
@@ -11,6 +11,7 @@
         waitForPcConnectString(); // wait for PC to send a connect message
         while( connectedPpp() ) {
             waitForPppFrame(); // process PPP frames until we receive a disconnect command
+            sendUdpData(); // send a udp data packet
         }
     } 
 }
\ No newline at end of file