From fb156bff8f0555db28ea7f8e4a49ea826307dc68 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Tue, 21 Jan 2025 13:05:03 +0100 Subject: [PATCH] Fix CI --- platformio.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platformio.ini b/platformio.ini index 8160079..8dca059 100644 --- a/platformio.ini +++ b/platformio.ini @@ -25,6 +25,7 @@ lib_compat_mode = strict lib_ldf_mode = chain lib_deps = bblanchon/ArduinoJson @ 7.3.0 + ESP32Async/AsyncTCP @ ^3.3.2 ESP32Async/ESPAsyncWebServer @ 3.6.0 upload_protocol = esptool monitor_speed = 115200 @@ -42,6 +43,7 @@ platform = ${sysenv.PIO_PLATFORM} board = ${sysenv.PIO_BOARD} lib_deps = bblanchon/ArduinoJson @ 7.3.0 + ESP32Async/ESPAsyncTCP @ ^2.0.0 ESP32Async/ESPAsyncWebServer @ 3.6.0 vshymanskyy/Preferences @ 2.1.0 @@ -66,6 +68,7 @@ board = huzzah ; board = d1_mini lib_deps = bblanchon/ArduinoJson @ 7.3.0 + ESP32Async/ESPAsyncTCP @ ^2.0.0 ESP32Async/ESPAsyncWebServer @ 3.6.0 vshymanskyy/Preferences @ 2.1.0