-
Notifications
You must be signed in to change notification settings - Fork 44
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
MAC support #11
MAC support #11
Conversation
The MAC address is now internal generated, like on mbedOS
Thanks @sstaub |
I have made the requested changes to the API. Also made a better documentation and brought back |
done some small code optimization |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just remove commented dead code and this will be ok to squash and merge.
Thanks
OK, it's done 😀 |
Ethernet.begin(ip, subnet, gateway, dns)
which is more common