mirror of
https://github.com/esphome/esphome.git
synced 2025-08-07 19:07:45 +00:00
fix
This commit is contained in:
parent
257fb98113
commit
0fd45fc86e
@ -40,4 +40,7 @@ async def to_code(config):
|
|||||||
if CORE.is_esp8266:
|
if CORE.is_esp8266:
|
||||||
cg.add_library("ESP8266WiFi", None)
|
cg.add_library("ESP8266WiFi", None)
|
||||||
# https://github.com/ESP32Async/ESPAsyncWebServer/blob/main/library.json
|
# https://github.com/ESP32Async/ESPAsyncWebServer/blob/main/library.json
|
||||||
cg.add_library("ESP32Async/ESPAsyncWebServer", "3.7.8")
|
# Use fork with libretiny compatibility fix
|
||||||
|
cg.add_library(
|
||||||
|
"https://github.com/bdraco/ESPAsyncWebServer.git#libretiny_Fix", None
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user