fix: use installable async OTA dependency sources
All checks were successful
OTA build / build-ota (push) Successful in 2m28s

This commit is contained in:
Hermes
2026-08-30 16:46:49 -05:00
parent 1f149fd0ff
commit 8ba0cf37b0

View File

@@ -13,6 +13,6 @@ platform = espressif32
board = esp32doit-devkit-v1 board = esp32doit-devkit-v1
framework = arduino framework = arduino
lib_deps = lib_deps =
ayushsharma82/AsyncElegantOTA@^2.2.7 https://github.com/ayushsharma82/AsyncElegantOTA.git#v2.2.8
me-no-dev/AsyncTCP@^1.1.1 me-no-dev/AsyncTCP@^1.1.1
me-no-dev/ESP Async WebServer@^1.2.3 https://github.com/me-no-dev/ESPAsyncWebServer.git