blah

Dependencies:   EthernetInterface HTTPServer SDFileSystem mbed-rpc mbed RemoteIR mbed-rtos

Fork of HTTPServerHelloWorld by Donatien Garnier

Revision:
9:858f7605c769
Parent:
8:7b3f53b5e737
Child:
10:47c413188c0d
--- a/main.cpp	Tue Dec 03 14:39:53 2013 +0000
+++ b/main.cpp	Tue Dec 03 14:41:51 2013 +0000
@@ -71,6 +71,7 @@
     svr.addHandler<HTTPRpcRequestHandler>("/rpc");
 
     EthernetInterface eth;
+    eth.setup(300000);
     eth.init(); //Use DHCP
     eth.connect();