From a8420a044f8f5051d5386d412b0265310337c6d7 Mon Sep 17 00:00:00 2001 From: Paul Kendall Date: Wed, 27 Dec 2023 09:11:29 +1300 Subject: [PATCH] Fix build because an update to an unmanaged dependency broke the build (#2511) --- src/targets/common.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/targets/common.ini b/src/targets/common.ini index 5b0f07f27c..4a3cad6180 100644 --- a/src/targets/common.ini +++ b/src/targets/common.ini @@ -51,6 +51,7 @@ build_flags = build_src_filter = ${common_env_data.build_src_filter} - - lib_deps = ottowinter/ESPAsyncWebServer-esphome @ 3.0.0 + esphome/AsyncTCP-esphome @ 2.0.1 # use specific version - an update to this library breaks the build lemmingdev/ESP32-BLE-Gamepad @ 0.5.2 h2zero/NimBLE-Arduino @ 1.4.1 bblanchon/ArduinoJson @ 6.19.4 @@ -91,6 +92,7 @@ build_flags = build_src_filter = ${common_env_data.build_src_filter} - - lib_deps = ottowinter/ESPAsyncWebServer-esphome @ 3.0.0 + esphome/AsyncTCP-esphome @ 2.0.1 # use specific version - an update to this library breaks the build bblanchon/ArduinoJson @ 6.19.4 [env_common_esp32s3rx]