mirror of
https://github.com/esphome/esphome.git
synced 2025-09-10 07:12:21 +01:00
This reverts commit aed6f2b1ea
.
This commit is contained in:
committed by
GitHub
parent
820dedbcd2
commit
bb3d0706d3
@@ -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")
|
||||
|
Reference in New Issue
Block a user