From e44eeab1255c58962d0cb795091abd7b20021c05 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Fri, 23 Feb 2024 12:10:19 -0300 Subject: [PATCH] fix AsyncTCP library --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index e20b1ac..6e01e24 100644 --- a/platformio.ini +++ b/platformio.ini @@ -28,8 +28,8 @@ lib_deps = jgromes/RadioLib @ 6.1.0 lewisxhe/XPowersLib@^0.1.8 ayushsharma82/ElegantOTA@^3.1.0 - ottowinter/ESPAsyncWebServer-esphome@^3.0.0 - esphome/AsyncTCP-esphome@^2.1.1 + ottowinter/ESPAsyncWebServer-esphome@ 3.0.0 + esphome/AsyncTCP-esphome@ 2.1.1 [env:ttgo-lora32-v21]