Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added dhcp support and rp2040 support #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

cgiles
Copy link

@cgiles cgiles commented Aug 9, 2021

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 added 2 commits August 9, 2021 09:32
Added a begin function with dhcp,
and possibility to auto set the broadcast in it.

Added a getBroadcastIP function too
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant