tobozo / ESP32-ENC28J60

ENC28J60 Ethernet driver for ESP32-Arduino 2.0.x / 3.0.x, lwip compliant
MIT License
26 stars 8 forks source link

new version Error ! #15

Closed topman-joung closed 2 months ago

topman-joung commented 2 months ago

Arduino\libraries\ESP32-ENC28J60\src\extmod\esp_eth_phy_enc28j60.c:19:10: fatal error: eth_phy_regs_struct.h: No such file or directory 19 | #include "eth_phy_regs_struct.h" | ^~~~~~~ compilation terminated. exit status 1

Compilation error: exit status 1

tobozo commented 2 months ago

use the old version if you're still arduino-esp32 core version 2.x.x

image