change to UIPEthernet library for ENC28J60 chip

master
adb 4 years ago
parent d4cde7879a
commit 5a0fe7e12c

@ -24,7 +24,7 @@ with the ATEM library. If not, see http://www.gnu.org/licenses/.
#include "WProgram.h" #include "WProgram.h"
#endif #endif
#include "ATEM.h" #include "UIP_ATEM.h"
/** /**

@ -34,7 +34,7 @@ with the ATEM library. If not, see http://www.gnu.org/licenses/.
#endif #endif
#include <EthernetUdp.h> #include <UIPUdp.h>
class ATEM class ATEM
Loading…
Cancel
Save