You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. checkout svn
2. copy Ethernet2 to /opt/arduino/libraries/Ethernet2
3. load the Ethernet2/chat_server demo
4. compile (verify)
First problem is that the chatserver demo has:
#include <Ethernet.h>
when it needs
#include <Ethernet2.h>
but then,
Ethernet2/Server.cpp also needs
#include "Ethernet2.h"
on line 7
Original issue reported on code.google.com by [email protected] on 11 Feb 2010 at 11:38
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Feb 2010 at 11:38The text was updated successfully, but these errors were encountered: