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: C12832 EthernetInterface mbed-rtos mbed ConfigFile
Diff: main.cpp
- Revision:
- 2:a8eebf64cd3e
- Parent:
- 1:8efef658d90b
- Child:
- 3:254a2671a8e3
--- a/main.cpp Thu Mar 05 13:18:28 2015 +0000 +++ b/main.cpp Thu Mar 05 15:32:22 2015 +0000 @@ -85,7 +85,7 @@ setLcdServerInfo(eth.getIPAddress()); // Start the daemon - TcpDaemon daemon(TCP_SERVER_PORT); + TcpDaemon daemon(TCP_SERVER_PORT, LED2); Log::v("TCP daemon listening @ TCP_SERVER_PORT = %d\r\n", TCP_SERVER_PORT); daemon.startListening(); }