change to UIPEthernet for enc28j60

master
adb 3 years ago
parent 2f06b64242
commit 5293855b93

@ -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…
Cancel
Save