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:
- 174:e5a3f16421a5
- Parent:
- 153:7993def8663f
- Child:
- 177:dab9e685af53
diff -r 6774a0c851c4 -r e5a3f16421a5 main.cpp --- 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