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

[web_server_base] Bump ESPAsyncWebServer-esphome to 3.2.2 (#6797)

Co-authored-by: Samuel Sieb <samuel-github@sieb.net>
This commit is contained in:
Jesse Hills
2024-05-27 07:15:05 +12:00
committed by GitHub
parent 964410bd64
commit 6d341ce4e7
2 changed files with 2 additions and 2 deletions

View File

@@ -37,4 +37,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", "3.2.0")
cg.add_library("esphome/ESPAsyncWebServer-esphome", "3.2.2")