1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 15:12:06 +00:00

ESP8266 disable PIO LDF (#2608)

This commit is contained in:
Otto Winter
2021-10-23 19:44:55 +02:00
committed by GitHub
parent 8e77e3c685
commit de06a781ff
6 changed files with 11 additions and 3 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.0")
cg.add_library("esphome/ESPAsyncWebServer-esphome", "2.0.1")