1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 08:41:59 +00:00
This commit is contained in:
Jonathan Swoboda
2026-02-05 05:13:40 -05:00
parent aa20b23203
commit 55fb382445

View File

@@ -1469,8 +1469,7 @@ async def to_code(config):
# Use stub package to skip downloading precompiled libs
stubs_dir = CORE.relative_build_path("arduino-libs-stub")
cg.add_platformio_option(
"platform_packages",
[f"{ARDUINO_LIBS_PKG}@file://{stubs_dir}"],
"platform_packages", [f"{ARDUINO_LIBS_PKG}@file://{stubs_dir}"]
)
CORE.add_job(_write_arduino_libs_stub, stubs_dir, idf_ver)