This repository was archived by the owner on Feb 4, 2023. It is now read-only.
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Is it possible to use AsyncWebServer.h instead of WebServer.h? #29
Closed
Description
I'm developing an ESP32 project which uses AsyncWebServer.h (https://github.com/me-no-dev/ESPAsyncWebServer). I realize that this library uses WebServer.h, however the two libraries seem to conflict with each other. Moreover, I think it will be more efficient to just use one.
Any hints on how to port this for use with AsyncWebServer, or at least how to get around the conflict issue in the short term?