me-no-dev/ESPAsyncTCP

library is broken

juergmaier opened this issue · 4 comments

I installed the zip version for my esp8266 as it is not part of official arduino ibraries?
It installs in arduino libraries folder AsyncTCP-master/
in the src folder the files are named AsyncTCP
an include in my sketch throws an error
trying to include it as throws an error with non existing sdkconfig.h and freertos/semphr.h
commenting these out looks to work but later ESPAsyncWebServer references <ESPAsyncTCP.h> which it can't find.

same here

Just remove "-master" from unpacked folder name. It must be just "AsyncTCP"

stale commented

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

stale commented

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.