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
Hello world
ETH Started
ETH Connected
ETH MAC: 56:32:04:XX:XX:XX, IPv4: 192.168.5.84, FULL_DUPLEX, 100Mbps
ETH MAC: 56:32:04:XX:XX:XX, IPv4: 192.168.5.84Next try
The text was updated successfully, but these errors were encountered:
Using the prerelease of arduino-esp32 I was able to get networking to work with the code below. The following information I needed to have.
#define
below. Critical important: first define, then#include <ETH.h>
.This will result in:
The text was updated successfully, but these errors were encountered: