1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Update AsyncMQTTClient/ESPAsyncWebServer (#779)

This commit is contained in:
Otto Winter
2019-10-20 19:24:34 +02:00
committed by GitHub
parent e077ad56bd
commit 1e22b1e959
3 changed files with 6 additions and 6 deletions

View File

@@ -22,4 +22,4 @@ def to_code(config):
if CORE.is_esp32:
cg.add_library('FS', None)
# https://github.com/OttoWinter/ESPAsyncWebServer/blob/master/library.json
cg.add_library('ESPAsyncWebServer-esphome', '1.2.4')
cg.add_library('ESPAsyncWebServer-esphome', '1.2.5')