mirror of
https://github.com/esphome/esphome.git
synced 2025-09-10 23:32:23 +01:00
Switch to esphome/AsyncTCP-esphome v1.2.2. (#1762)
This commit is contained in:
committed by
GitHub
parent
73252ccd25
commit
4250af4dd9
@@ -8,8 +8,8 @@ CODEOWNERS = ["@OttoWinter"]
|
||||
@coroutine_with_priority(200.0)
|
||||
def to_code(config):
|
||||
if CORE.is_esp32:
|
||||
# https://github.com/OttoWinter/AsyncTCP/blob/master/library.json
|
||||
cg.add_library("AsyncTCP-esphome", "1.1.1")
|
||||
# https://github.com/esphome/AsyncTCP/blob/master/library.json
|
||||
cg.add_library("esphome/AsyncTCP-esphome", "1.2.2")
|
||||
elif CORE.is_esp8266:
|
||||
# https://github.com/OttoWinter/ESPAsyncTCP
|
||||
cg.add_library("ESPAsyncTCP-esphome", "1.2.3")
|
||||
|
Reference in New Issue
Block a user