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
I don't know why, when I use the latest version, the option ETH_PHY_W5500 cannot be selected for network cable connection. I want to use ESP32-S3-WROOM-1 to connect network cable, but it cannot be realized
The text was updated successfully, but these errors were encountered:
SPI.begin(ETH_SPI_SCK, ETH_SPI_MISO, ETH_SPI_MOSI);
ETH.begin(ETH_PHY_TYPE, ETH_PHY_ADDR, ETH_PHY_CS, ETH_PHY_IRQ, ETH_PHY_RST, SPI);
I don't know why, when I use the latest version, the option ETH_PHY_W5500 cannot be selected for network cable connection. I want to use ESP32-S3-WROOM-1 to connect network cable, but it cannot be realized
The text was updated successfully, but these errors were encountered: