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:
- 4:339a85b66476
- Parent:
- 3:254a2671a8e3
- Child:
- 5:7a32c081a3fa
--- a/main.cpp Fri Mar 06 08:20:56 2015 +0000 +++ b/main.cpp Wed Mar 11 10:26:35 2015 +0000 @@ -43,7 +43,7 @@ setLcdServerInfo(eth.getIPAddress()); // Start the daemon - TcpDaemon daemon(TCP_SERVER_PORT, LED2, LED3); + TcpDaemon daemon(TCP_SERVER_PORT, LED2, LED3, p14); Log::v("TCP daemon listening @ TCP_SERVER_PORT = %d\r\n", TCP_SERVER_PORT); daemon.startListening(); }