...

Dependencies:   RemoteIR mbed

Fork of SmartRemote by Sam Kirsch

Files at this revision

API Documentation at this revision

Comitter:
sammacjunkie
Date:
Tue Dec 03 14:41:51 2013 +0000
Parent:
7:7b3f53b5e737
Child:
9:47c413188c0d
Commit message:
update

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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();