Lab2_web / Mbed 2 deprecated webserverBlinky

Dependencies:   mbed

Fork of webserverBlinky by RealTimeCompLab2

Revision:
132:09b66cc5cf4a
Parent:
131:134b6d0c11e9
Child:
133:0f5b4085b6d3
--- a/main.cpp	Mon Aug 14 10:50:31 2017 +0000
+++ b/main.cpp	Mon Aug 14 19:27:36 2017 +0000
@@ -104,7 +104,7 @@
 // The modem baud rate should be set to 115200 baud
 // See instructions at the top.
 // On a typical mbed hardware platform this serial port is a USB virtual com port (VCP) and the USB serial driver is supplied by the board vendor.
-BufferedSerial pc(USBTX, USBRX, 500); // usb virtual com port for mbed hardware
+BufferedSerial pc(USBTX, USBRX, 100); // usb virtual com port for mbed hardware
 
 DigitalOut led1(LED1); // this led toggles when a packet is received