mirror of
https://github.com/esphome/esphome.git
synced 2026-02-08 08:41:59 +00:00
wip
This commit is contained in:
@@ -1685,7 +1685,7 @@ def _write_sdkconfig():
|
||||
|
||||
def _write_idf_component_yml():
|
||||
yml_path = CORE.relative_build_path("src/idf_component.yml")
|
||||
dependencies = {}
|
||||
dependencies: dict[str, dict] = {}
|
||||
|
||||
# For Arduino builds, override unused managed components from the Arduino framework
|
||||
# by pointing them to empty stub directories using override_path
|
||||
|
||||
Reference in New Issue
Block a user