Closed dl1com closed 3 years ago
Hi @chris007de
Thanks for your contribution. As the issue is spanning across several libraries, I have to take over to modify and release the new version.
Your and Jean-Claude contributions have been noted in Contributions and Thanks
Please check to see if there still any other issue.
Thanks a lot, it's fixed with v1.2.6.
Description
As already described in #2 by @jcw, there is an issue with the external dependency of the STM32AsyncTCP Library. In the current version (1.2.5) of AsyncWebServer_STM32, compilation fails with just the same error as described in #2, as the root of the cause is still not fixed upstream, the library.json of the library still states the wrong platform (
"platforms": "espressif8266"
, https://github.com/philbowles/STM32AsyncTCP/blob/master/library.json#L18).Workaround
To get my setup working, I just refer to your fork of the library in my
platform.ini
, as your fork already contains the relevant fix:Short-Term Solution
I'd propose that you alter your
library.json
to point to your fork of the lib (https://github.com/khoih-prog/AsyncWebServer_STM32/blob/master/library.json#L42) until it is fixed upstream.Please let me know if I shall supply this as a PR, I am happy to do so.
Long-Term solution
PR the relevant fixes in the upstream repo of philbowles.