You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the lastest release, I also had to change ArtnetCommon.h at 624:22 so that it doesn"t error 'class UIPEthernetClass' has no member named 'MACAddress'
I'll update the pull request accordingly for the current state of the repo
I seem not to be able to get ArtnetEtherENC.h working with nano and ENC28J60. For me the problem seems to be, that Ethernet.begin() does not connect, but silently fails..
On other projects, I manage by using UIPEthernet.h library.
Hi,
Thank you for that owesome library
I need to use an ENC28J60 Ethernet module (with the raspberry pico RP2040)
For now, I manually created a
ArtnetEtherENC.h
file in my library folder.I have made a pull request #79 as an example
All the best,
Val
The text was updated successfully, but these errors were encountered: