Skip to content
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

ESPAsyncWebServer.h: No such file or directory installing library from IDE #100

Open
choldi opened this issue Apr 17, 2023 · 2 comments
Open

Comments

@choldi
Copy link

choldi commented Apr 17, 2023

I was getting the same error as #63 and I realized that I'd installed the library from IDE instead of using the zip from github

If you add the ESP32AsyncWebServer from Arduino ide 2.04, the library is renamed as ESP32AsyncWebSrv.
You have to change
#include "ESPAsyncWebServer.h"
to
#include "ESPAsyncWebSrv.h"

and it compiles right and it works perfectly

@stinger101mg
Copy link

i will attest to this i have an esp32 s3, after i did this and had all the libraries installed and working the sketch compiled perfectly and seems to operate as it should. i have yet to test it on my ps4 but i expect there to be no issues.

@Francesco146
Copy link

consider following the readme. i installed the core library through the ide and then the 2 zips. i had no issues.

consider closing this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants