Page 1 of 1

How to use ESPAsyncWebServer in ESP32??

Posted: Thu Apr 18, 2019 2:47 pm
by gpezzella
Hi

I'm trying to compile this example:
https://techtutorialsx.com/2018/10/12/e ... body-data/

but i receive this error:
error: AsyncWebServer.h: No such file or directory
Do you know why this happen?

Re: How to use ESPAsyncWebServer in ESP32??

Posted: Thu Apr 18, 2019 2:52 pm
by boarchuz

Code: Select all

#include "ESPAsyncWebServer.h"

Re: How to use ESPAsyncWebServer in ESP32??

Posted: Thu Apr 18, 2019 2:56 pm
by gpezzella
I'm not so stupid...
boarchuz wrote:
Thu Apr 18, 2019 2:52 pm

Code: Select all

#include "ESPAsyncWebServer.h"

Re: How to use ESPAsyncWebServer in ESP32??

Posted: Thu Apr 18, 2019 3:05 pm
by boarchuz
And I can't read minds. How about you post the rest of the message from the compiler then? It will say something like "...included in file abc.h"

Did you install it using the library manager? I'd be surprised if that version had an issue like this.

Re: How to use ESPAsyncWebServer in ESP32??

Posted: Thu Apr 18, 2019 6:12 pm
by gpezzella
First time I install by json and library manager but because wifi problem I reinstall all manually by github
Now seem that something not was well installed but I don't know what

Re: How to use ESPAsyncWebServer in ESP32??

Posted: Mon Oct 26, 2020 2:59 pm
by wolfrose
Hi,

Did you solve the problem ? I'm getting the same issue.