From 451066336e63f9760a6adb923a3ea09b6d9d26f2 Mon Sep 17 00:00:00 2001 From: Hermes Date: Sun, 30 Aug 2026 16:46:40 -0500 Subject: [PATCH] fix: pin AsyncElegantOTA to pre-deprecation tag --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 5cdf289..337925a 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 https://github.com/me-no-dev/ESPAsyncWebServer.git adafruit/Adafruit SSD1306@^2.5.7