Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ETH.begin() correction #14

@ProgrammingJohn

Description

@ProgrammingJohn

This repo is extremely helpful but I believe the instructions for the ETH.begin() for the Arduino library is outdated. This format is working:

ETH.begin(ETH_PHY_LAN8720, 1, 23, 18, 16, ETH_CLOCK_GPIO17_OUT);
not the defined below:
ETH.begin(1, 16, 23, 18, ETH_PHY_LAN8720);

(I am using the ESP32-eth01 by WT)

Let me know if I'm correct and change if it is, Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions