change to UIPEthernet for enc28j60
This commit is contained in:
parent
2f06b64242
commit
5293855b93
4
Artnet.h
4
Artnet.h
@ -41,8 +41,8 @@
|
||||
#endif // ARTNET_ENABLE_WIFI
|
||||
|
||||
#ifdef ARTNET_ENABLE_ETHER
|
||||
#include <Ethernet.h>
|
||||
#include <EthernetUdp.h>
|
||||
#include <UIPEthernet.h>
|
||||
#include <UIPUdp.h>
|
||||
#include "util/TeensyDirtySTLErrorSolution/TeensyDirtySTLErrorSolution.h"
|
||||
#endif // ARTNET_ENABLE_ETHER
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "ArtNet",
|
||||
"name": "UIPArtNet",
|
||||
"keywords": "Art-Net,Artnet,Ethernet,WiFi",
|
||||
"description": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)binary data packer / unpacker",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/hideakitai/ArtNet.git"
|
||||
"url": "https://git.adb.sh/adb/UIPArtnet.git"
|
||||
},
|
||||
"authors": {
|
||||
"name": "Hideaki Tai",
|
||||
|
Loading…
Reference in New Issue
Block a user