diff --git a/config/nodemcu.ini b/config/nodemcu.ini index 43a5a07..ca7a3b3 100644 --- a/config/nodemcu.ini +++ b/config/nodemcu.ini @@ -62,7 +62,13 @@ build_flags = ; https://docs.platformio.org/en/latest/projectconf/section_env_library.html#lib-deps lib_deps = ${common.lib_deps} - me-no-dev/ESP Async WebServer @ ^1.2.3 + + ; fetching the repo "manually" to have the latest changes (fixed warnings, etc) + ; todo: get back to "normal" versioning when they publish a new revision [?] + ; https://community.platformio.org/t/library-has-changes-not-pushed-to-registry-espasyncwebserver/33393 + https://github.com/me-no-dev/ESPAsyncWebServer.git +; me-no-dev/ESP Async WebServer @ ^1.2.3 + ayushsharma82/WebSerial @ ^1.3.0 https://github.com/TartanLlama/expected.git