Skip to content

Unable to call LinkStatus() withoput previously calling begin() #279

Description

@FRUKGit

Was testing some things on the Arduino Opta, there is a example program that use Ethernet.h to check the link status however I've found that this doesn't work as the init of the ethernet shield is done inside of a call from Ethernet.begin().

Ideally I want to be able to check if there is a cable plugged in with linkstatus() before calling begin() so I dont have the blocking DHCP timeout.

Ideal outcome will be that linkstatus() would check to see if the required init has been completed and if not call it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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