From 8ba0cf37b05125721c16b10fdbee89dc1f51b64e Mon Sep 17 00:00:00 2001 From: Hermes Date: Sun, 30 Aug 2026 16:46:49 -0500 Subject: [PATCH] fix: use installable async OTA dependency sources --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index c4745fd..e02f0c1 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,6 +13,6 @@ platform = espressif32 board = esp32doit-devkit-v1 framework = arduino 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/ESP Async WebServer@^1.2.3 + https://github.com/me-no-dev/ESPAsyncWebServer.git