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

Fix compiler warnings and update platformio line filter (#2607)

This commit is contained in:
Otto Winter
2021-10-22 16:52:43 +02:00
committed by GitHub
parent 83bef85415
commit 6db9d1122f
6 changed files with 30 additions and 7 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", "1.3.1")
cg.add_library("esphome/ESPAsyncWebServer-esphome", "2.0.0")