From bb3d0706d3de6571d17d0d1452605b677eb4dee7 Mon Sep 17 00:00:00 2001 From: Guillermo Ruffino Date: Wed, 21 Apr 2021 10:33:59 -0300 Subject: [PATCH] Revert "Bump AsyncTCP-esphome to 1.2.1. (#1693)" (#1709) This reverts commit aed6f2b1ea860d9db73f53e99cd6982b38b5593c. --- esphome/components/async_tcp/__init__.py | 2 +- platformio.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esphome/components/async_tcp/__init__.py b/esphome/components/async_tcp/__init__.py index c6c0a9de4d..b07db9ed7c 100644 --- a/esphome/components/async_tcp/__init__.py +++ b/esphome/components/async_tcp/__init__.py @@ -9,7 +9,7 @@ CODEOWNERS = ["@OttoWinter"] def to_code(config): if CORE.is_esp32: # https://github.com/OttoWinter/AsyncTCP/blob/master/library.json - cg.add_library("AsyncTCP-esphome", "1.2.1") + cg.add_library("AsyncTCP-esphome", "1.1.1") elif CORE.is_esp8266: # https://github.com/OttoWinter/ESPAsyncTCP cg.add_library("ESPAsyncTCP-esphome", "1.2.3") diff --git a/platformio.ini b/platformio.ini index e9fedb0a1e..1dbc88cfde 100644 --- a/platformio.ini +++ b/platformio.ini @@ -10,7 +10,7 @@ include_dir = include [common] lib_deps = - AsyncTCP-esphome@1.2.1 + AsyncTCP-esphome@1.1.1 AsyncMqttClient-esphome@0.8.4 ArduinoJson-esphomelib@5.13.3 ESPAsyncWebServer-esphome@1.2.7