mirror of
https://github.com/esphome/esphome.git
synced 2026-02-08 08:41:59 +00:00
Cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user