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

cant find esp_netif_types.h #18

Closed Criazel closed 2 months ago

Criazel commented 2 months ago

fatal error: esp_netif_types.h: No such file or directory

tobozo commented 2 months ago

Hi,

I noticed that you have posted an error message without any context or greeting. While I appreciate your input, it would be helpful if you could provide more information and rephrase your message to include a polite introduction and closing.

This will make it easier for me to understand and address your concern, and in a more general context shows respect for whomever assists you.

Thank you for your cooperation and understanding in this matter.

Criazel commented 2 months ago

whoops, my bad, im kinda new to github and esp, so i was trying to compile the eth example code and i got the error of fatal error: esp_netif_types.h: No such file or directory, thanks

tobozo commented 2 months ago

being new in a community has never been an excuse to skip politeness, please remember that there is at least one human person maintaining the code base on their free time behind most FOSS projects you profit from :wink:

that being said, you can either downgrade to version 1.0.1 of ESP32-ENC28J60 driver, or upgrade to version 3.x.x of arduino-esp32 core