Artnet icon indicating copy to clipboard operation
Artnet copied to clipboard

Added dhcp support and rp2040 support

Open cgiles opened this issue 3 years ago • 0 comments

Hello,

I added a function Artnet::begin(byte mac[],bool setBroadcast) which rely on the dhcp for set the ip. I modified the Artnet.h by adding a fix for make sure it picks the right Ethernet.h And added a function getBroadcastIP() for get the broadcast IP when we use the setBroadcastAuto(IPAddress ip, IPAddress sn)

cgiles avatar Aug 09 '21 11:08 cgiles