You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: