mirror of
https://github.com/esphome/esphome.git
synced 2025-09-24 06:02:21 +01:00
Disable dependency finder on ESP32 (#2435)
This commit is contained in:
@@ -24,6 +24,8 @@ async def to_code(config):
|
||||
await cg.register_component(var, config)
|
||||
|
||||
if CORE.is_esp32:
|
||||
cg.add_library("WiFi", None)
|
||||
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.0")
|
||||
|
Reference in New Issue
Block a user