Revert "Bump AsyncTCP-esphome to 1.2.1. (#1693)" (#1709)

This reverts commit aed6f2b1ea.
This commit is contained in:
Guillermo Ruffino 2021-04-21 10:33:59 -03:00 committed by GitHub
parent 820dedbcd2
commit bb3d0706d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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