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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user