mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Bump AsyncTCP-esphome to 1.2.1. (#1693)
Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net>
This commit is contained in:
parent
bf1885af3f
commit
aed6f2b1ea
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ CODEOWNERS = ["@OttoWinter"]
|
||||||
def to_code(config):
|
def to_code(config):
|
||||||
if CORE.is_esp32:
|
if CORE.is_esp32:
|
||||||
# https://github.com/OttoWinter/AsyncTCP/blob/master/library.json
|
# https://github.com/OttoWinter/AsyncTCP/blob/master/library.json
|
||||||
cg.add_library("AsyncTCP-esphome", "1.1.1")
|
cg.add_library("AsyncTCP-esphome", "1.2.1")
|
||||||
elif CORE.is_esp8266:
|
elif CORE.is_esp8266:
|
||||||
# https://github.com/OttoWinter/ESPAsyncTCP
|
# https://github.com/OttoWinter/ESPAsyncTCP
|
||||||
cg.add_library("ESPAsyncTCP-esphome", "1.2.3")
|
cg.add_library("ESPAsyncTCP-esphome", "1.2.3")
|
||||||
|
|
|
@ -10,7 +10,7 @@ include_dir = include
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
lib_deps =
|
lib_deps =
|
||||||
AsyncTCP-esphome@1.1.1
|
AsyncTCP-esphome@1.2.1
|
||||||
AsyncMqttClient-esphome@0.8.4
|
AsyncMqttClient-esphome@0.8.4
|
||||||
ArduinoJson-esphomelib@5.13.3
|
ArduinoJson-esphomelib@5.13.3
|
||||||
ESPAsyncWebServer-esphome@1.2.7
|
ESPAsyncWebServer-esphome@1.2.7
|
||||||
|
|
Loading…
Reference in a new issue