mirror of
https://github.com/esphome/esphome.git
synced 2025-09-27 23:52:28 +01:00
Switch ESPAsyncTCP-esphome to esphome fork (#4764)
This commit is contained in:
@@ -18,5 +18,5 @@ async def to_code(config):
|
||||
# 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("ottowinter/ESPAsyncTCP-esphome", "1.2.3")
|
||||
# https://github.com/esphome/ESPAsyncTCP
|
||||
cg.add_library("esphome/ESPAsyncTCP-esphome", "1.2.3")
|
||||
|
Reference in New Issue
Block a user