-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32 cannot compile: NetworkInterface.h: No such file or directory #220
Comments
Hello @Yourry : I am the maintainer of these libs (async and ESPAsyncWebServer). I will check later today. I had similar issues in another project with <NetworkInterface.h> not there. I so not remember how I resolved it from memory - will check. This happened after a refactor from Arduino. For the sha include I will check also. Also maybe try with lib_ldf_mode = chain in your platformio config. And fyi, you can use Arduino 3 now... See: https://github.com/pioarduino/platform-espressif32?tab=readme-ov-file#stable-version |
@Yourry : can you please provide your platformio config file ? |
I am unable to reproduce.
But like I said, it depends also on your includes in your app...
|
Already thanks for the quick answers!
And the platformio (I copied yours and I have the error):
There is nothing else, the project is blank. The compilation error disappears and everything is ok. Unfortunately the upload does not work because of the lack of the ESP32 C3 firmware but that is another topic. |
👍 |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
Hello,
I am a visual studio code user and I can't compile and install elegantOTA on my esp32 c3 mini.
I followed the tutorial:
https://docs.elegantota.pro/installation/
Here is my platorfmio.ini file :
The main.cpp is the tutorial code, I just changed the wifi data.
When compiling I get the following error:
Do you have any idea? Did I do something wrong?
Thank you very much
The text was updated successfully, but these errors were encountered: