1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-24 14:12:24 +01:00

Bump ESPAsyncWebServer to 2.1.0 (#2686)

This commit is contained in:
Jesse Hills
2021-11-13 21:22:32 +13:00
committed by GitHub
parent 7bb7456a8b
commit 2e0c89409d
2 changed files with 2 additions and 2 deletions

View File

@@ -28,4 +28,4 @@ async def to_code(config):
cg.add_library("FS", None)
cg.add_library("Update", None)
# https://github.com/esphome/ESPAsyncWebServer/blob/master/library.json
cg.add_library("esphome/ESPAsyncWebServer-esphome", "2.0.1")
cg.add_library("esphome/ESPAsyncWebServer-esphome", "2.1.0")