OLIMEX/ESP32-GATEWAY

ETH_PHY_demo doesn't build

phibreDE opened this issue · 4 comments

The network classes have changed in the espressif esp-ide git and the example no longer builds.

ESP32-GATEWAY/SOFTWARE/Newest-board-revisions/ETH_PHY_demo/main/ethernet_example_main.c:49:10: fatal error: eth_phy/phy_lan8720.h: No such file or directory #include "eth_phy/phy_lan8720.h"

Could you adapt the examples to the new toolchain?

Certainly looks like this one: OLIMEX/ESP32-POE#7 (comment)

We are aware of the issue that caused it. All ESP32 Ethernet demos of all boards are probably affected.

wlbe4 commented

When can we expect a fix so the examples can compile and run on new toolchain (v4.x)?

wlbe4 commented

Thanks