-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Description
This is Issue 880 moved from a Google Code project.
Added by 2012-04-06T15:25:54.000Z by t...@prolectron.com.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Medium, Component-Docs
Original description
The format for the Ethernet.begin() calls are incorrect.
This is how it is shown in the reference documents:
Ethernet.begin(mac,ip);
Ethernet.begin(mac,ip,gateway);
Ethernet.begin(mac,ip,gateway,subnet);
This is how it currently works:
Ethernet.begin(mac,ip);
Ethernet.begin(mac,ip,dns);
Ethernet.begin(mac,ip,dns,gateway);
Ethernet.begin(mac,ip,dns,gateway,subnet);
Please fix one or the other.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels