This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Description
I ran into the same problem as #715.
Since the ESPAsyncWebServer implements its own LinkedList class in StringArray.h, the ESPAsyncWebServer library is incompatible to the LinkedList library. Locally renaming or wrapping either of them probably isn't a good workaround, as every user of the library would need to come up with a fix on their own. Probably a better solution would be to rename the LinkedList class into something more specific to avoid naming collisions.