josch09
Results
2
comments of
josch09
maybe it is the ETH.begin() function filled with the Boardconfig parameters.. I stumbled upon this when I tried to compile the code in my vscode/pio/clang env. I got a type...
with version [email protected] and later the begin() method of the ETH class looks like this: ` bool begin(uint8_t phy_addr=ETH_PHY_ADDR, int power=ETH_PHY_POWER, int mdc=ETH_PHY_MDC, int mdio=ETH_PHY_MDIO, eth_phy_type_t type=ETH_PHY_TYPE, eth_clock_mode_t clk_mode=ETH_CLK_MODE, bool...