1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00

[esp32] Use underscores in arduino_libs_stub folder name (#13785)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jonathan Swoboda
2026-02-06 03:51:13 -05:00
committed by GitHub
parent ed4f00d4a3
commit c7729cb019

View File

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