change to UIPEthernet for enc28j60

master
adb 3 years ago
parent 2f06b64242
commit 5293855b93

@ -41,8 +41,8 @@
#endif // ARTNET_ENABLE_WIFI #endif // ARTNET_ENABLE_WIFI
#ifdef ARTNET_ENABLE_ETHER #ifdef ARTNET_ENABLE_ETHER
#include <Ethernet.h> #include <UIPEthernet.h>
#include <EthernetUdp.h> #include <UIPUdp.h>
#include "util/TeensyDirtySTLErrorSolution/TeensyDirtySTLErrorSolution.h" #include "util/TeensyDirtySTLErrorSolution/TeensyDirtySTLErrorSolution.h"
#endif // ARTNET_ENABLE_ETHER #endif // ARTNET_ENABLE_ETHER

@ -1,10 +1,10 @@
{ {
"name": "ArtNet", "name": "UIPArtNet",
"keywords": "Art-Net,Artnet,Ethernet,WiFi", "keywords": "Art-Net,Artnet,Ethernet,WiFi",
"description": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)binary data packer / unpacker", "description": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)binary data packer / unpacker",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/hideakitai/ArtNet.git" "url": "https://git.adb.sh/adb/UIPArtnet.git"
}, },
"authors": { "authors": {
"name": "Hideaki Tai", "name": "Hideaki Tai",

Loading…
Cancel
Save