AsyncWebserver
Closed this issue · 1 comments
nozbey commented
Hello,
in esp32 AsyncWebserver not accepted because default
#ifndef ELEGANTOTA_USE_ASYNC_WEBSERVER
#define ELEGANTOTA_USE_ASYNC_WEBSERVER 1
#endif
am ı need to change AsyncWebserver to Webserver ? or change default value of ELEGANTOTA_USE_ASYNC_WEBSERVER ??
thanks,
nuri
ayushsharma82 commented
If you change the default to 1 and recompile your code, it should use
AsyncWebServer.
…On Mon, 2 Oct 2023 at 5:27 PM, Nuri Özbey ***@***.***> wrote:
Hello,
in esp32 AsyncWebserver not accepted because default
#ifndef ELEGANTOTA_USE_ASYNC_WEBSERVER
#define ELEGANTOTA_USE_ASYNC_WEBSERVER 1
#endif
am ı need to change AsyncWebserver to Webserver ? or change default value
of ELEGANTOTA_USE_ASYNC_WEBSERVER ??
thanks,
nuri
—
Reply to this email directly, view it on GitHub
<#134>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGK4NSACFWAUMAUECXQ6I5LX5KT2TANCNFSM6AAAAAA5PJZDME>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>