AsyncTCP
AsyncTCP copied to clipboard
Fix CI
There seems to be a bug in Platformio in handling the dependencies that are present in platform packages but not available in the Platformio Registry. In this particular case it's about the Hash
library. This bug was preventing the installation of ESPAsyncWebServer
as a global library. To mitigate this I commented out installations of ArduinoJson
and ESPAsyncWebServer
as global libraries and added path to ESPAsyncWebServer
's clone directory to the platformio ci
command. Not the installation of ESPAsyncWebServer
happend where platform package is already installed thus Hash
library is present.
If you have any questions about this fix, feel free to ask.