Skip to content

Ethernet.begin() format error [imported] #880

@cmaglie

Description

@cmaglie

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions