From 5293855b938aaf0951091c4ee4fca222a794bdd3 Mon Sep 17 00:00:00 2001 From: adb Date: Wed, 10 Feb 2021 00:53:53 +0100 Subject: [PATCH] change to UIPEthernet for enc28j60 --- Artnet.h | 4 ++-- library.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Artnet.h b/Artnet.h index 7f10f5e..06ef34d 100644 --- a/Artnet.h +++ b/Artnet.h @@ -41,8 +41,8 @@ #endif // ARTNET_ENABLE_WIFI #ifdef ARTNET_ENABLE_ETHER -#include -#include +#include +#include #include "util/TeensyDirtySTLErrorSolution/TeensyDirtySTLErrorSolution.h" #endif // ARTNET_ENABLE_ETHER diff --git a/library.json b/library.json index e5d2ed0..3b39cba 100644 --- a/library.json +++ b/library.json @@ -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",