1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +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

@@ -36,3 +36,5 @@ async def to_code(config):
if CORE.is_esp32:
cg.add_library("DNSServer", None)
cg.add_library("WiFi", None)
if CORE.is_esp8266:
cg.add_library("DNSServer", None)